-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace use of
aaronland/go-sqlite
with plain-vanilla database/sql
(
#2) * update vendor deps * snapshot: update to use database/sql * Update docs --------- Co-authored-by: sfomuseumbot <sfomuseumbot@localhost>
- Loading branch information
1 parent
d1a030a
commit 0f49cb2
Showing
5 changed files
with
81 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
module github.com/whosonfirst/go-whosonfirst-sqlite-spr/v2 | ||
|
||
go 1.18 | ||
go 1.23.3 | ||
|
||
require ( | ||
github.com/aaronland/go-pagination v0.2.0 | ||
github.com/aaronland/go-pagination v0.3.0 | ||
github.com/aaronland/go-pagination-sql v0.2.0 | ||
github.com/aaronland/go-sqlite/v2 v2.2.0 | ||
github.com/sfomuseum/go-edtf v1.1.1 | ||
github.com/whosonfirst/go-whosonfirst-flags v0.4.4 | ||
github.com/whosonfirst/go-whosonfirst-spr/v2 v2.3.3 | ||
github.com/whosonfirst/go-whosonfirst-uri v1.2.0 | ||
github.com/sfomuseum/go-database v0.0.7 | ||
github.com/sfomuseum/go-edtf v1.2.1 | ||
github.com/whosonfirst/go-whosonfirst-flags v0.5.2 | ||
github.com/whosonfirst/go-whosonfirst-spr/v2 v2.3.7 | ||
github.com/whosonfirst/go-whosonfirst-uri v1.3.0 | ||
) | ||
|
||
require ( | ||
github.com/aaronland/go-roster v1.0.0 // indirect | ||
github.com/jtacoma/uritemplates v1.0.0 // indirect | ||
github.com/paulmach/orb v0.7.1 // indirect | ||
github.com/tidwall/gjson v1.14.1 // indirect | ||
github.com/paulmach/orb v0.10.0 // indirect | ||
github.com/tidwall/gjson v1.17.0 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/whosonfirst/go-whosonfirst-feature v0.0.24 // indirect | ||
github.com/whosonfirst/go-whosonfirst-feature v0.0.27 // indirect | ||
github.com/whosonfirst/go-whosonfirst-sources v0.1.0 // indirect | ||
go.mongodb.org/mongo-driver v1.11.4 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters