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

Commit 90418e2

Browse files
author
thisisaaronland
committed
update vendor deps; docs
1 parent f1c2876 commit 90418e2

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Go package for indexing Who's On First features in SQLite databases.
3737
Attempt to optimize the database before closing connection (default true)
3838
-processes int
3939
The number of concurrent processes to index data with (default 8)
40+
-rtree
41+
Index the 'rtree' table
4042
-search
4143
Index the 'search' table (using SQLite FTS4 full-text indexer)
4244
-spr

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/whosonfirst/go-whosonfirst-sqlite-features-index
33
go 1.12
44

55
require (
6-
github.com/tidwall/gjson v1.6.3
6+
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
99
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ github.com/tidwall/gjson v1.6.0 h1:9VEQWz6LLMUsUl6PueE49ir4Ka6CzLymOAZDxpFsTDc=
8989
github.com/tidwall/gjson v1.6.0/go.mod h1:P256ACg0Mn+j1RXIDXoss50DeIABTYK1PULOJHhxOls=
9090
github.com/tidwall/gjson v1.6.3 h1:aHoiiem0dr7GHkW001T1SMTJ7X5PvyekH5WX0whWGnI=
9191
github.com/tidwall/gjson v1.6.3/go.mod h1:BaHyNc5bjzYkPqgLq7mdVzeiRtULKULXLgZFKsxEHI0=
92+
github.com/tidwall/gjson v1.6.4 h1:JKsCsJqRVFz8eYCsQ5E/ANRbK6CanAtA9IUvGsXklyo=
93+
github.com/tidwall/gjson v1.6.4/go.mod h1:BaHyNc5bjzYkPqgLq7mdVzeiRtULKULXLgZFKsxEHI0=
9294
github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc=
9395
github.com/tidwall/match v1.0.1/go.mod h1:LujAq0jyVjBy028G1WhWfIzbpQfMO8bBZ6Tyb0+pL9E=
9496
github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 h1:rQ229MBgvW68s1/g6f1/63TgYwYxfF4E+bi/KC19P8g=

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

Lines changed: 3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github.com/mattn/go-sqlite3
1010
github.com/mmcloughlin/geohash
1111
# github.com/skelterjohn/geom v0.0.0-20180103142417-96f3e8a219c5
1212
github.com/skelterjohn/geom
13-
# github.com/tidwall/gjson v1.6.3
13+
# github.com/tidwall/gjson v1.6.4
1414
github.com/tidwall/gjson
1515
# github.com/tidwall/match v1.0.1
1616
github.com/tidwall/match

0 commit comments

Comments
 (0)