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

Commit b9fc104

Browse files
author
thisisaaronland
committed
update to whosonfirst/go-whosonfirst-sqlite-features v0.6.5; vendor deps
1 parent 9dc5026 commit b9fc104

File tree

5 files changed

+35
-8
lines changed

5 files changed

+35
-8
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ module github.com/whosonfirst/go-whosonfirst-sqlite-features-index
33
go 1.12
44

55
require (
6-
github.com/tidwall/gjson v1.6.6
6+
github.com/tidwall/gjson v1.6.7
77
github.com/whosonfirst/go-reader v0.2.0
88
github.com/whosonfirst/go-reader-http v0.1.0
99
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.14.1
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
1313
github.com/whosonfirst/go-whosonfirst-log v0.1.0
14-
github.com/whosonfirst/go-whosonfirst-reader v0.0.2 // indirect
1514
github.com/whosonfirst/go-whosonfirst-sqlite v0.1.6
16-
github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.4
15+
github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.5
1716
github.com/whosonfirst/go-whosonfirst-sqlite-index v0.2.0
1817
github.com/whosonfirst/go-whosonfirst-uri v0.2.0
1918
github.com/whosonfirst/warning v0.1.1

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ github.com/tidwall/gjson v1.6.4 h1:JKsCsJqRVFz8eYCsQ5E/ANRbK6CanAtA9IUvGsXklyo=
117117
github.com/tidwall/gjson v1.6.4/go.mod h1:BaHyNc5bjzYkPqgLq7mdVzeiRtULKULXLgZFKsxEHI0=
118118
github.com/tidwall/gjson v1.6.6 h1:Gh0D/kZV+L9rcuE2hE8Hn2dTYe2L6j6SKwcPlKpXAcs=
119119
github.com/tidwall/gjson v1.6.6/go.mod h1:zeFuBCIqD4sN/gmqBzZ4j7Jd6UcA2Fc56x7QFsv+8fI=
120+
github.com/tidwall/gjson v1.6.7 h1:Mb1M9HZCRWEcXQ8ieJo7auYyyiSux6w9XN3AdTpxJrE=
121+
github.com/tidwall/gjson v1.6.7/go.mod h1:zeFuBCIqD4sN/gmqBzZ4j7Jd6UcA2Fc56x7QFsv+8fI=
120122
github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc=
121123
github.com/tidwall/match v1.0.1/go.mod h1:LujAq0jyVjBy028G1WhWfIzbpQfMO8bBZ6Tyb0+pL9E=
122124
github.com/tidwall/match v1.0.3 h1:FQUVvBImDutD8wJLN6c5eMzWtjgONK9MwIBCOrUJKeE=
@@ -259,6 +261,8 @@ github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.3 h1:1FH//dWDsBUr1ZVC
259261
github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.3/go.mod h1:jZXXBBarIOYmkFl/LiKPjE4dQEunUZjV4fGqQImnXYQ=
260262
github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.4 h1:NbeWWoS9lhVTDNgqmbOInw2ugAOXuIn4XoUSidv9OSs=
261263
github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.4/go.mod h1:jZXXBBarIOYmkFl/LiKPjE4dQEunUZjV4fGqQImnXYQ=
264+
github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.5 h1:qnAA3ENTXqZDt9gDsbnj7LdRbqFuiQXb0ERmyi8tMHg=
265+
github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.5/go.mod h1:jZXXBBarIOYmkFl/LiKPjE4dQEunUZjV4fGqQImnXYQ=
262266
github.com/whosonfirst/go-whosonfirst-sqlite-index v0.0.1 h1:/GuAgxIHn5vZwAEDA4XUSWe7rYWZW30I4HLQRTpBeJY=
263267
github.com/whosonfirst/go-whosonfirst-sqlite-index v0.0.1/go.mod h1:5fY1ikCDhe1u0umawonTOICPzv/2CgfFT9hTAen5nsI=
264268
github.com/whosonfirst/go-whosonfirst-sqlite-index v0.1.0 h1:/tljUy2rchRC9XE4FDteNmYZYhYqxWX2uF4c61WlocU=

vendor/github.com/tidwall/gjson/gjson.go

Lines changed: 22 additions & 3 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/search.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ github.com/mmcloughlin/geohash
1212
github.com/paulmach/go.geojson
1313
# github.com/skelterjohn/geom v0.0.0-20180103142417-96f3e8a219c5
1414
github.com/skelterjohn/geom
15-
# github.com/tidwall/gjson v1.6.6
15+
# github.com/tidwall/gjson v1.6.7
1616
github.com/tidwall/gjson
1717
# github.com/tidwall/match v1.0.3
1818
github.com/tidwall/match
@@ -70,7 +70,7 @@ github.com/whosonfirst/go-whosonfirst-spr
7070
github.com/whosonfirst/go-whosonfirst-sqlite
7171
github.com/whosonfirst/go-whosonfirst-sqlite/database
7272
github.com/whosonfirst/go-whosonfirst-sqlite/utils
73-
# github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.4
73+
# github.com/whosonfirst/go-whosonfirst-sqlite-features v0.6.5
7474
github.com/whosonfirst/go-whosonfirst-sqlite-features
7575
github.com/whosonfirst/go-whosonfirst-sqlite-features/tables
7676
# github.com/whosonfirst/go-whosonfirst-sqlite-index v0.2.0

0 commit comments

Comments
 (0)