Skip to content

Commit e7b1f7c

Browse files
fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3
1 parent 532be7d commit e7b1f7c

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

_examples/go.mod

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,43 @@
11
module github.com/cucumber/godog/_examples
22

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

57
replace github.com/cucumber/godog => ../
68

79
require (
810
github.com/DATA-DOG/go-txdb v0.1.6
911
github.com/cucumber/godog v0.15.0
10-
github.com/go-sql-driver/mysql v1.7.1
12+
github.com/go-sql-driver/mysql v1.9.3
1113
github.com/spf13/pflag v1.0.6
1214
github.com/stretchr/testify v1.8.2
1315
)
1416

1517
require (
18+
filippo.io/edwards25519 v1.1.0 // indirect
19+
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
20+
github.com/creack/pty v1.1.9 // indirect
21+
github.com/cucumber/gherkin/go/v26 v26.2.0 // indirect
22+
github.com/cucumber/messages/go/v21 v21.0.1 // indirect
23+
github.com/cucumber/messages/go/v22 v22.0.0 // indirect
24+
github.com/davecgh/go-spew v1.1.1 // indirect
25+
github.com/gofrs/uuid v4.3.1+incompatible // indirect
26+
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
27+
github.com/hashicorp/go-memdb v1.3.4 // indirect
28+
github.com/hashicorp/go-uuid v1.0.2 // indirect
29+
github.com/hashicorp/golang-lru v0.5.4 // indirect
30+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1631
github.com/kr/pretty v0.3.0 // indirect
32+
github.com/kr/pty v1.1.1 // indirect
33+
github.com/kr/text v0.2.0 // indirect
1734
github.com/lib/pq v1.10.3 // indirect
35+
github.com/pmezard/go-difflib v1.0.0 // indirect
36+
github.com/rogpeppe/go-internal v1.6.1 // indirect
37+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
38+
github.com/spf13/cobra v1.7.0 // indirect
39+
github.com/stretchr/objx v0.5.0 // indirect
40+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
41+
gopkg.in/errgo.v2 v2.1.0 // indirect
42+
gopkg.in/yaml.v3 v3.0.1 // indirect
1843
)

_examples/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
2+
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
13
github.com/DATA-DOG/go-txdb v0.1.6 h1:D1Ob/L79mCW6UCFL6vwM/9TWs/rshZujxTsvy7+gicw=
24
github.com/DATA-DOG/go-txdb v0.1.6/go.mod h1:DhAhxMXZpUJVGnT+p9IbzJoRKvlArO2pkHjnGX7o0n0=
35
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
@@ -12,6 +14,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
1214
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1315
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
1416
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
17+
github.com/go-sql-driver/mysql v1.9.3 h1:U/N249h2WzJ3Ukj8SowVFjdtZKfu9vlLZxjPXV1aweo=
18+
github.com/go-sql-driver/mysql v1.9.3/go.mod h1:qn46aNg1333BRMNU69Lq93t8du/dwxI64Gl8i5p1WMU=
1519
github.com/gofrs/uuid v4.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
1620
github.com/gofrs/uuid v4.3.1+incompatible h1:0/KbAdpx3UXAx1kEOWHJeOkpbgRFGHVgv+CFIY7dBJI=
1721
github.com/gofrs/uuid v4.3.1+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=

0 commit comments

Comments
 (0)