From c1976b65607dee548cb609e86833c8593bce793d Mon Sep 17 00:00:00 2001 From: thisisaaronland Date: Sat, 14 Dec 2024 13:35:19 -0800 Subject: [PATCH] update vendor deps --- go.mod | 2 +- go.sum | 4 ++-- vendor/github.com/sfomuseum/go-database/sql/database.go | 2 +- vendor/modules.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 3a7f9a1..02d7c59 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.3 require ( github.com/paulmach/orb v0.11.1 - github.com/sfomuseum/go-database v0.0.9 + github.com/sfomuseum/go-database v0.0.10 github.com/sfomuseum/go-flags v0.10.0 github.com/tidwall/gjson v1.18.0 github.com/whosonfirst/go-reader v1.0.2 diff --git a/go.sum b/go.sum index 8694436..e298572 100644 --- a/go.sum +++ b/go.sum @@ -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.9 h1:NOXZcrH16nfFBhycb0J/OKrWzeOY9yTMMsKERJIDQ00= -github.com/sfomuseum/go-database v0.0.9/go.mod h1:c1oZwb0M0aYSI48SgE8b5iIrGrLFA8eJFk46E5g4JOM= +github.com/sfomuseum/go-database v0.0.10 h1:r6jogMcmELDsc+bngW1vrRWz5mEDegogcVq5t4DtFtE= +github.com/sfomuseum/go-database v0.0.10/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= diff --git a/vendor/github.com/sfomuseum/go-database/sql/database.go b/vendor/github.com/sfomuseum/go-database/sql/database.go index 5dee170..9dacf1c 100644 --- a/vendor/github.com/sfomuseum/go-database/sql/database.go +++ b/vendor/github.com/sfomuseum/go-database/sql/database.go @@ -5,7 +5,7 @@ import ( "database/sql" "fmt" "net/url" - "log/slog" + _ "log/slog" ) type ConfigureDatabaseOptions struct { diff --git a/vendor/modules.txt b/vendor/modules.txt index aeea2e2..6d64137 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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.9 +# github.com/sfomuseum/go-database v0.0.10 ## explicit; go 1.23.3 github.com/sfomuseum/go-database/sql # github.com/sfomuseum/go-edtf v1.1.1