Skip to content

Commit

Permalink
update vendor deps, specifically whosonfirst/go-whosonfirst-geojson-v…
Browse files Browse the repository at this point in the history
…2 to 0.14.0
  • Loading branch information
thisisaaronland committed Dec 15, 2020
1 parent 2b81e64 commit e2c5b75
Show file tree
Hide file tree
Showing 10 changed files with 144 additions and 230 deletions.
13 changes: 2 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,16 @@ module github.com/whosonfirst/go-whosonfirst-spatial
go 1.12

require (
github.com/aaronland/go-http-tangramjs v0.0.7 // indirect
github.com/aaronland/go-roster v0.0.2
github.com/dhconnelly/rtreego v1.0.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/paulmach/go.geojson v1.4.0
github.com/skelterjohn/geom v0.0.0-20180103142417-96f3e8a219c5
github.com/tidwall/gjson v1.6.3
github.com/tidwall/gjson v1.6.4
github.com/tidwall/sjson v1.1.2
github.com/whosonfirst/go-cache v0.2.0 // indirect
github.com/whosonfirst/go-reader v0.2.0 // indirect
github.com/whosonfirst/go-reader-cachereader v0.0.0-20200520215638-b6af3cdb91ac // indirect
github.com/whosonfirst/go-reader-http v0.1.0 // indirect
github.com/whosonfirst/go-reader-whosonfirst-data v1.0.0 // indirect
github.com/whosonfirst/go-whosonfirst-flags v0.1.0
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.14.0
github.com/whosonfirst/go-whosonfirst-index v0.3.2
github.com/whosonfirst/go-whosonfirst-log v0.1.0
github.com/whosonfirst/go-whosonfirst-placetypes v0.2.4
github.com/whosonfirst/go-whosonfirst-reader v0.0.1 // indirect
github.com/whosonfirst/go-whosonfirst-spr v0.1.0
github.com/whosonfirst/go-whosonfirst-uri v0.2.0
github.com/whosonfirst/warning v0.1.1
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ github.com/tidwall/gjson v1.6.0/go.mod h1:P256ACg0Mn+j1RXIDXoss50DeIABTYK1PULOJH
github.com/tidwall/gjson v1.6.1/go.mod h1:BaHyNc5bjzYkPqgLq7mdVzeiRtULKULXLgZFKsxEHI0=
github.com/tidwall/gjson v1.6.3 h1:aHoiiem0dr7GHkW001T1SMTJ7X5PvyekH5WX0whWGnI=
github.com/tidwall/gjson v1.6.3/go.mod h1:BaHyNc5bjzYkPqgLq7mdVzeiRtULKULXLgZFKsxEHI0=
github.com/tidwall/gjson v1.6.4 h1:JKsCsJqRVFz8eYCsQ5E/ANRbK6CanAtA9IUvGsXklyo=
github.com/tidwall/gjson v1.6.4/go.mod h1:BaHyNc5bjzYkPqgLq7mdVzeiRtULKULXLgZFKsxEHI0=
github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc=
github.com/tidwall/match v1.0.1/go.mod h1:LujAq0jyVjBy028G1WhWfIzbpQfMO8bBZ6Tyb0+pL9E=
github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 h1:rQ229MBgvW68s1/g6f1/63TgYwYxfF4E+bi/KC19P8g=
Expand Down Expand Up @@ -221,6 +223,8 @@ github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.1/go.mod h1:hC145O2TiPTU8
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3 h1:v4BLn+kM/BB2x1ZiMLlPAiBcFjmWnEGJmnIGqvZC/LI=
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3/go.mod h1:/F8jdjew5bCB9J6G0xyMMEay+pQv/WuARYhASMKZbR4=
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.13.0 h1:vYNFtbHfzULQljpjYYuozIQCQ5P6oFipAGHC2slJO0o=
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.14.0 h1:4AInFhRuaanU61oWfLhAiJpMbLr5H9Ofk+NEnmmKclU=
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.14.0/go.mod h1:UkzipFE8gZC9NU1PLIE4DUwjFHOlafkoNxd2Ng0ZIjc=
github.com/whosonfirst/go-whosonfirst-hash v0.1.0 h1:FpnclPIb+8M1uhSXfl3z8nYcG/3O59vgfkdV+m0hQpA=
github.com/whosonfirst/go-whosonfirst-hash v0.1.0/go.mod h1:1ZdCFZTnQt5bwnsj2daB9yHilKOKToVh+Tyj/Z8TbUk=
github.com/whosonfirst/go-whosonfirst-index v0.1.1/go.mod h1:vgUaNF7Y7gFrqQ67UTkkMioXdGNUY4KpSlqhGy46wfg=
Expand Down
3 changes: 3 additions & 0 deletions vendor/github.com/tidwall/gjson/gjson.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit e2c5b75

Please sign in to comment.