Skip to content

Commit

Permalink
Update module github.com/cockroachdb/cockroach-go/v2 to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent cefa176 commit 5ded149
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 225 deletions.
18 changes: 15 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
module github.com/gilbsgilbs/glloq

go 1.15
go 1.23

toolchain go1.23.6

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

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.28.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 5ded149

Please sign in to comment.