Skip to content

Commit c810562

Browse files
Update module github.com/go-sql-driver/mysql to v1.9.3
1 parent 2b9a92c commit c810562

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

go.mod

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
module github.com/voyagegroup/hakaru
22

3-
go 1.12
3+
go 1.21.0
4+
5+
toolchain go1.24.4
46

57
require (
68
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
7-
github.com/go-sql-driver/mysql v1.4.1
9+
github.com/go-sql-driver/mysql v1.9.3
10+
)
11+
12+
require (
13+
filippo.io/edwards25519 v1.1.0 // indirect
14+
github.com/golang/protobuf v1.3.1 // indirect
15+
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
16+
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
17+
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
18+
golang.org/x/text v0.3.2 // indirect
19+
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e // indirect
820
google.golang.org/appengine v1.6.5 // indirect
921
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
2+
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
13
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82 h1:9bAydALqAjBfPHd/eAiJBHnMZUYov8m2PkXVr+YGQeI=
24
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82/go.mod h1:tyA14J0sA3Hph4dt+AfCjPrYR13+vVodshQSM7km9qw=
35
github.com/go-sql-driver/mysql v1.4.0 h1:7LxgVwFb2hIQtMm87NdgAVfXjnt4OePseqT1tKx+opk=
46
github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
57
github.com/go-sql-driver/mysql v1.4.1 h1:g24URVg0OFbNUTx9qqY1IRZ9D9z3iPyi5zKhQZpNwpA=
68
github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
9+
github.com/go-sql-driver/mysql v1.9.3 h1:U/N249h2WzJ3Ukj8SowVFjdtZKfu9vlLZxjPXV1aweo=
10+
github.com/go-sql-driver/mysql v1.9.3/go.mod h1:qn46aNg1333BRMNU69Lq93t8du/dwxI64Gl8i5p1WMU=
711
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
812
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
913
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=

0 commit comments

Comments
 (0)