Skip to content

Commit

Permalink
Update module github.com/xo/dburl to v0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 1a1ed9c commit 184b77b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 213 deletions.
15 changes: 13 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
module github.com/gilbsgilbs/glloq

go 1.15
go 1.22

toolchain go1.23.1

require (
github.com/cockroachdb/cockroach-go/v2 v2.3.8
github.com/go-sql-driver/mysql v1.7.1
github.com/lib/pq v1.10.9
github.com/stretchr/testify v1.9.0
github.com/theckman/go-flock v0.8.1
github.com/xo/dburl v0.23.1
github.com/xo/dburl v0.23.2
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.19.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 184b77b

Please sign in to comment.