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

Commit

Permalink
update to use whosonfirst/go-whosonfirst-iterate v1.0.1; update to us…
Browse files Browse the repository at this point in the history
…e whosonfirst/go-ioutil
  • Loading branch information
thisisaaronland committed Feb 24, 2021
1 parent a77cb85 commit 993ae68
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 6 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/whosonfirst/go-whosonfirst-iterate-sqlite
go 1.16

require (
github.com/whosonfirst/go-whosonfirst-iterate v1.0.0
github.com/whosonfirst/go-ioutil v0.0.1
github.com/whosonfirst/go-whosonfirst-iterate v1.0.1
github.com/whosonfirst/go-whosonfirst-sqlite v0.1.7
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ 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 v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/whosonfirst/go-ioutil v0.0.1 h1:cCrEYen6NDvHfjzV2q4u/VB21u2kTOwDnUGRlMI8Z9o=
github.com/whosonfirst/go-ioutil v0.0.1/go.mod h1:2dS1vWdAIkiHDvDF8fYyjv6k2NISmwaIjJJeEDBEdvg=
github.com/whosonfirst/go-spatialite v0.0.0-20180220171945-cb1d9ed624a8/go.mod h1:JnzadIex2v6ZyX6pLrjJ5CJ69e/ljYBCqxarHDMkMJ4=
github.com/whosonfirst/go-spatialite v0.1.0 h1:jKbVmIeUSsDfPX4DWTeiSR9zGJFETIF1A3YdK6IShBY=
github.com/whosonfirst/go-spatialite v0.1.0/go.mod h1:w1O/DKimk4wiV+5d2BzWYnxvbdhMhkeU01cpfIeEorQ=
Expand Down Expand Up @@ -90,6 +92,8 @@ github.com/whosonfirst/go-whosonfirst-index/v2 v2.0.0 h1:PnPLYvCnBrg7Vvw3ho8tc2l
github.com/whosonfirst/go-whosonfirst-index/v2 v2.0.0/go.mod h1:BiIcEdIv7W6CZd/sc9m2npVo/rXCVUvWL7dldUb4bu8=
github.com/whosonfirst/go-whosonfirst-iterate v1.0.0 h1:ioIfP81ovXs1wr2vyickbG9o8DUahmcmJyP9Ih1DAOQ=
github.com/whosonfirst/go-whosonfirst-iterate v1.0.0/go.mod h1:nxCcHykhwN5E5ropkHetMsi1Gi/Mh2gooK93i02nXsI=
github.com/whosonfirst/go-whosonfirst-iterate v1.0.1 h1:XTQ6cvfEnNLS5sgx7WLKR9YwkSCuZRh4p6+EqxYjQAU=
github.com/whosonfirst/go-whosonfirst-iterate v1.0.1/go.mod h1:ceLMHQ9s3naZLFcKeUvokP0Sw7/BmwuZJiaQt/mVO0I=
github.com/whosonfirst/go-whosonfirst-log v0.1.0 h1:mWYI5hn16uyeLxBmPsLSvYV4rQKK/cxGVhM+bC2ZoGc=
github.com/whosonfirst/go-whosonfirst-log v0.1.0/go.mod h1:pmgBbxZSnjGVy2nsUJBBMcFagxwIKLlmRsW7ClkXmac=
github.com/whosonfirst/go-whosonfirst-placetypes v0.1.0/go.mod h1:Jdmug2QQLbrmg+UcYGz8k575GnrOEg63vZVS46e5fMs=
Expand Down
2 changes: 1 addition & 1 deletion sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"errors"
"github.com/whosonfirst/go-whosonfirst-iterate/emitter"
"github.com/whosonfirst/go-whosonfirst-iterate/filters"
"github.com/whosonfirst/go-whosonfirst-iterate/ioutil"
"github.com/whosonfirst/go-ioutil"
"github.com/whosonfirst/go-whosonfirst-sqlite/database"
"github.com/whosonfirst/go-whosonfirst-sqlite/utils"
"net/url"
Expand Down
11 changes: 11 additions & 0 deletions vendor/github.com/whosonfirst/go-ioutil/.gitignore

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

27 changes: 27 additions & 0 deletions vendor/github.com/whosonfirst/go-ioutil/LICENSE

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

5 changes: 5 additions & 0 deletions vendor/github.com/whosonfirst/go-ioutil/README.md

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

3 changes: 3 additions & 0 deletions vendor/github.com/whosonfirst/go-ioutil/go.mod

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.

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

6 changes: 4 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,20 @@ github.com/tidwall/gjson
github.com/tidwall/match
# github.com/tidwall/pretty v1.0.0
github.com/tidwall/pretty
# github.com/whosonfirst/go-ioutil v0.0.1
## explicit
github.com/whosonfirst/go-ioutil
# github.com/whosonfirst/go-spatialite v0.1.1
github.com/whosonfirst/go-spatialite
# github.com/whosonfirst/go-whosonfirst-crawl v0.2.1
github.com/whosonfirst/go-whosonfirst-crawl
# github.com/whosonfirst/go-whosonfirst-flags v0.2.0
github.com/whosonfirst/go-whosonfirst-flags
github.com/whosonfirst/go-whosonfirst-flags/existential
# github.com/whosonfirst/go-whosonfirst-iterate v1.0.0
# github.com/whosonfirst/go-whosonfirst-iterate v1.0.1
## explicit
github.com/whosonfirst/go-whosonfirst-iterate/emitter
github.com/whosonfirst/go-whosonfirst-iterate/filters
github.com/whosonfirst/go-whosonfirst-iterate/ioutil
github.com/whosonfirst/go-whosonfirst-iterate/iterator
github.com/whosonfirst/go-whosonfirst-iterate/publisher
# github.com/whosonfirst/go-whosonfirst-sqlite v0.1.7
Expand Down

0 comments on commit 993ae68

Please sign in to comment.