Skip to content

Commit 7996d47

Browse files
Update module github.com/go-sql-driver/mysql to v1.9.3
1 parent d6aee88 commit 7996d47

File tree

2 files changed

+18
-213
lines changed

2 files changed

+18
-213
lines changed

go.mod

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
module github.com/gilbsgilbs/glloq
22

3-
go 1.15
3+
go 1.21.0
4+
5+
toolchain go1.24.6
46

57
require (
68
github.com/cockroachdb/cockroach-go/v2 v2.3.8
7-
github.com/go-sql-driver/mysql v1.7.1
9+
github.com/go-sql-driver/mysql v1.9.3
810
github.com/lib/pq v1.10.9
911
github.com/stretchr/testify v1.10.0
1012
github.com/theckman/go-flock v0.8.1
1113
github.com/xo/dburl v0.23.1
1214
)
15+
16+
require (
17+
filippo.io/edwards25519 v1.1.0 // indirect
18+
github.com/davecgh/go-spew v1.1.1 // indirect
19+
github.com/kr/pretty v0.3.0 // indirect
20+
github.com/pmezard/go-difflib v1.0.0 // indirect
21+
golang.org/x/sys v0.19.0 // indirect
22+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
23+
gopkg.in/yaml.v3 v3.0.1 // indirect
24+
)

0 commit comments

Comments
 (0)