Skip to content

Commit

Permalink
update vendor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Dec 14, 2024
1 parent d503ea0 commit 26a990e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.3

require (
github.com/paulmach/orb v0.11.1
github.com/sfomuseum/go-database v0.0.8
github.com/sfomuseum/go-database v0.0.9
github.com/sfomuseum/go-flags v0.10.0
github.com/tidwall/gjson v1.18.0
github.com/whosonfirst/go-reader v1.0.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ github.com/paulmach/protoscan v0.2.1/go.mod h1:SpcSwydNLrxUGSDvXvO0P7g7AuhJ7lcKf
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sfomuseum/go-database v0.0.8 h1:dVRZg09bXAtu3c+OAYX/ne85zli2W/0hb6N9G02fHyA=
github.com/sfomuseum/go-database v0.0.8/go.mod h1:c1oZwb0M0aYSI48SgE8b5iIrGrLFA8eJFk46E5g4JOM=
github.com/sfomuseum/go-database v0.0.9 h1:NOXZcrH16nfFBhycb0J/OKrWzeOY9yTMMsKERJIDQ00=
github.com/sfomuseum/go-database v0.0.9/go.mod h1:c1oZwb0M0aYSI48SgE8b5iIrGrLFA8eJFk46E5g4JOM=
github.com/sfomuseum/go-edtf v1.1.1 h1:R5gElndHGDaK/rGSh2X+ulaLtlcHCdQA1cTzB8e9wv8=
github.com/sfomuseum/go-edtf v1.1.1/go.mod h1:1rP0EJZ/84j3HO80vGcnG2T9MFBDAFyTNtjrr8cv3T4=
github.com/sfomuseum/go-flags v0.10.0 h1:1OC1ACxpWMsl3XQ9OeNVMQj7Zi2CzufP3Rym3mPI8HU=
Expand Down
2 changes: 0 additions & 2 deletions vendor/github.com/sfomuseum/go-database/sql/database.go

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 @@ -19,7 +19,7 @@ github.com/hashicorp/go-multierror
github.com/paulmach/orb
github.com/paulmach/orb/encoding/wkt
github.com/paulmach/orb/geojson
# github.com/sfomuseum/go-database v0.0.8
# github.com/sfomuseum/go-database v0.0.9
## explicit; go 1.23.3
github.com/sfomuseum/go-database/sql
# github.com/sfomuseum/go-edtf v1.1.1
Expand Down

0 comments on commit 26a990e

Please sign in to comment.