From 26a990e28f5d9df173047fe9e340d00d2d08fd9b Mon Sep 17 00:00:00 2001 From: thisisaaronland Date: Sat, 14 Dec 2024 13:22:12 -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, 4 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 0fca960..3a7f9a1 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.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 diff --git a/go.sum b/go.sum index 0dc2e5d..8694436 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.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= diff --git a/vendor/github.com/sfomuseum/go-database/sql/database.go b/vendor/github.com/sfomuseum/go-database/sql/database.go index 323edef..5dee170 100644 --- a/vendor/github.com/sfomuseum/go-database/sql/database.go +++ b/vendor/github.com/sfomuseum/go-database/sql/database.go @@ -44,8 +44,6 @@ func OpenWithURI(ctx context.Context, db_uri string) (*sql.DB, error) { engine := u.Host dsn := q.Get("dsn") - slog.Info("Create database connection", "engine", engine, "dsn", dsn) - db, err := sql.Open(engine, dsn) if err != nil { diff --git a/vendor/modules.txt b/vendor/modules.txt index 3b48b11..aeea2e2 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.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