Skip to content

Commit

Permalink
fix go module declaration; update vendor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Dec 9, 2020
1 parent b30305e commit 77f390c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
8 changes: 0 additions & 8 deletions cmd/query/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ func main() {
flag.Var(&props, "properties", "...")

flag.Parse()

/*
props := []string{
"wof:concordances",
"wof:hierarchy",
"sfomuseum:*",
}
*/

ctx := context.Background()
db, err := database.NewSpatialDatabase(ctx, *database_uri)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/tidwall/gjson v1.6.4
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3
github.com/whosonfirst/go-whosonfirst-log v0.1.0
github.com/whosonfirst/go-whosonfirst-spatial v0.0.6
github.com/whosonfirst/go-whosonfirst-spatial v0.0.7
github.com/whosonfirst/go-whosonfirst-spr v0.1.0
github.com/whosonfirst/go-whosonfirst-sqlite v0.1.6
github.com/whosonfirst/go-whosonfirst-sqlite-features v0.3.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ github.com/whosonfirst/go-whosonfirst-spatial v0.0.4 h1:3CbSlmVjq4XB9TEjGSL39+eA
github.com/whosonfirst/go-whosonfirst-spatial v0.0.4/go.mod h1:lVjcZgLF4JM3HpocC3nHofyX0ojtacPj7oJsUlP36pA=
github.com/whosonfirst/go-whosonfirst-spatial v0.0.6 h1:vAvZyWbPBfM619VWVXLf1V4QEki4OgD6XL9H5XtnRSw=
github.com/whosonfirst/go-whosonfirst-spatial v0.0.6/go.mod h1:h8MYSHoAPrWsNA6zVOOa5vr/TRvGhf068741Z1CMOd8=
github.com/whosonfirst/go-whosonfirst-spatial v0.0.7 h1:otmk8XIKiIQbP3xm0+dqcRThGc8/kGpr30hQ/j+tNhw=
github.com/whosonfirst/go-whosonfirst-spatial v0.0.7/go.mod h1:h8MYSHoAPrWsNA6zVOOa5vr/TRvGhf068741Z1CMOd8=
github.com/whosonfirst/go-whosonfirst-spr v0.1.0 h1:5qE629nCiucF2upy5NjPOEl9cFatsljykYY0l2JKgAk=
github.com/whosonfirst/go-whosonfirst-spr v0.1.0/go.mod h1:R8GtEVz1GVSnwwOjzcoVUd172ZK26Q7hQSLI6SGG7lM=
github.com/whosonfirst/go-whosonfirst-sqlite v0.1.5/go.mod h1:JGveApxJW/FUeB+LQxxX0U8kSunVP7NiurXP/aUo/0g=
Expand Down

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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ github.com/whosonfirst/go-whosonfirst-placetypes/placetypes
# github.com/whosonfirst/go-whosonfirst-sources v0.1.0
github.com/whosonfirst/go-whosonfirst-sources
github.com/whosonfirst/go-whosonfirst-sources/sources
# github.com/whosonfirst/go-whosonfirst-spatial v0.0.6
# github.com/whosonfirst/go-whosonfirst-spatial v0.0.7
github.com/whosonfirst/go-whosonfirst-spatial/cache
github.com/whosonfirst/go-whosonfirst-spatial/database
github.com/whosonfirst/go-whosonfirst-spatial/filter
Expand Down

0 comments on commit 77f390c

Please sign in to comment.