Skip to content

Commit 3e6dab5

Browse files
Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.1
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/go-sql-driver/mysql/releases) - [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md) - [Commits](go-sql-driver/mysql@v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: github.com/go-sql-driver/mysql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a154769 commit 3e6dab5

File tree

2 files changed

+60
-1616
lines changed

2 files changed

+60
-1616
lines changed

go.mod

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/lukaszbudnik/migrator
22

33
go 1.15
4+
toolchain go1.24.1
45

56
require (
67
github.com/Azure/azure-storage-blob-go v0.15.0
@@ -10,12 +11,67 @@ require (
1011
github.com/aws/aws-sdk-go v1.55.6
1112
github.com/denisenkom/go-mssqldb v0.12.3
1213
github.com/gin-gonic/gin v1.10.0
13-
github.com/go-sql-driver/mysql v1.8.1
14+
github.com/go-sql-driver/mysql v1.9.1
1415
github.com/graph-gophers/graphql-go v1.6.0
1516
github.com/lib/pq v1.10.9
1617
github.com/stretchr/testify v1.10.0
1718
github.com/thedevsaddam/gojsonq/v2 v2.5.2
18-
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
1919
gopkg.in/go-playground/validator.v9 v9.31.0
2020
gopkg.in/yaml.v2 v2.4.0
2121
)
22+
23+
require (
24+
filippo.io/edwards25519 v1.1.0 // indirect
25+
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
26+
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
27+
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
28+
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
29+
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
30+
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
31+
github.com/Azure/go-autorest/logger v0.2.1 // indirect
32+
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
33+
github.com/beorn7/perks v1.0.1 // indirect
34+
github.com/bytedance/sonic v1.11.6 // indirect
35+
github.com/bytedance/sonic/loader v0.1.1 // indirect
36+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
37+
github.com/cloudwego/base64x v0.1.4 // indirect
38+
github.com/cloudwego/iasm v0.2.0 // indirect
39+
github.com/davecgh/go-spew v1.1.1 // indirect
40+
github.com/dimchansky/utfbom v1.1.1 // indirect
41+
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
42+
github.com/gin-contrib/sse v0.1.0 // indirect
43+
github.com/go-playground/locales v0.14.1 // indirect
44+
github.com/go-playground/universal-translator v0.18.1 // indirect
45+
github.com/go-playground/validator/v10 v10.20.0 // indirect
46+
github.com/goccy/go-json v0.10.2 // indirect
47+
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
48+
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
49+
github.com/golang-sql/sqlexp v0.1.0 // indirect
50+
github.com/google/uuid v1.3.0 // indirect
51+
github.com/jmespath/go-jmespath v0.4.0 // indirect
52+
github.com/json-iterator/go v1.1.12 // indirect
53+
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
54+
github.com/leodido/go-urn v1.4.0 // indirect
55+
github.com/mattn/go-ieproxy v0.0.1 // indirect
56+
github.com/mattn/go-isatty v0.0.20 // indirect
57+
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
58+
github.com/mitchellh/go-homedir v1.1.0 // indirect
59+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
60+
github.com/modern-go/reflect2 v1.0.2 // indirect
61+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
62+
github.com/pmezard/go-difflib v1.0.0 // indirect
63+
github.com/prometheus/client_golang v1.18.0 // indirect
64+
github.com/prometheus/client_model v0.5.0 // indirect
65+
github.com/prometheus/common v0.45.0 // indirect
66+
github.com/prometheus/procfs v0.12.0 // indirect
67+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
68+
github.com/ugorji/go/codec v1.2.12 // indirect
69+
golang.org/x/arch v0.8.0 // indirect
70+
golang.org/x/crypto v0.23.0 // indirect
71+
golang.org/x/net v0.25.0 // indirect
72+
golang.org/x/sys v0.20.0 // indirect
73+
golang.org/x/text v0.15.0 // indirect
74+
google.golang.org/protobuf v1.34.1 // indirect
75+
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
76+
gopkg.in/yaml.v3 v3.0.1 // indirect
77+
)

0 commit comments

Comments
 (0)