Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Commit af34e14

Browse files
author
thisisaaronland
committed
update deps
1 parent 42620f7 commit af34e14

File tree

7 files changed

+39
-35
lines changed

7 files changed

+39
-35
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/tidwall/gjson v1.6.4
77
github.com/whosonfirst/go-reader v0.2.0
88
github.com/whosonfirst/go-reader-http v0.1.0
9-
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3
9+
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.4
1010
github.com/whosonfirst/go-whosonfirst-index v0.3.2
1111
github.com/whosonfirst/go-whosonfirst-index-csv v0.0.0-20191002171239-c6712fe20972
1212
github.com/whosonfirst/go-whosonfirst-index-sqlite v0.0.3

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.2 h1:SRwpX4y+qGu9BmNjezhX
143143
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.2/go.mod h1:hC145O2TiPTU8zemHRriKOkG972BNwEowqjxqHeWDwM=
144144
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3 h1:v4BLn+kM/BB2x1ZiMLlPAiBcFjmWnEGJmnIGqvZC/LI=
145145
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3/go.mod h1:/F8jdjew5bCB9J6G0xyMMEay+pQv/WuARYhASMKZbR4=
146+
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.4 h1:aYd4tgsfMeFn6fuMSO7Z78i3pn34gb9lqp3Jqq1Z7d4=
147+
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.4/go.mod h1:/F8jdjew5bCB9J6G0xyMMEay+pQv/WuARYhASMKZbR4=
146148
github.com/whosonfirst/go-whosonfirst-hash v0.1.0 h1:FpnclPIb+8M1uhSXfl3z8nYcG/3O59vgfkdV+m0hQpA=
147149
github.com/whosonfirst/go-whosonfirst-hash v0.1.0/go.mod h1:1ZdCFZTnQt5bwnsj2daB9yHilKOKToVh+Tyj/Z8TbUk=
148150
github.com/whosonfirst/go-whosonfirst-index v0.1.1 h1:AV2dVzt0F9pAupbpsl4TpBxZLeOqL4jtKZKb1gAoJT0=

vendor/github.com/whosonfirst/go-whosonfirst-geojson-v2/properties/whosonfirst/whosonfirst.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/whosonfirst/go-whosonfirst-sqlite-features/tables/geojson.go

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/whosonfirst/go-whosonfirst-sqlite-features/tables/geometries.go

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/whosonfirst/go-whosonfirst-sqlite-features/tables/rtree.go

Lines changed: 10 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ github.com/whosonfirst/go-whosonfirst-csv
3535
# github.com/whosonfirst/go-whosonfirst-flags v0.1.0
3636
github.com/whosonfirst/go-whosonfirst-flags
3737
github.com/whosonfirst/go-whosonfirst-flags/existential
38-
# github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3
38+
# github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.4
3939
github.com/whosonfirst/go-whosonfirst-geojson-v2
4040
github.com/whosonfirst/go-whosonfirst-geojson-v2/feature
4141
github.com/whosonfirst/go-whosonfirst-geojson-v2/geometry

0 commit comments

Comments
 (0)