File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.32.15
1515 github.com/barweiss/go-tuple v1.1.2
1616 github.com/docker/go-connections v0.7.0
17- github.com/go-sql-driver/mysql v1.9.3
17+ github.com/go-sql-driver/mysql v1.10.0
1818 github.com/golang-migrate/migrate/v4 v4.19.1
1919 github.com/j5ik2o/event-store-adapter-go v1.0.175
2020 github.com/jmoiron/sqlx v1.4.0
@@ -35,7 +35,7 @@ require (
3535
3636require (
3737 dario.cat/mergo v1.0.2 // indirect
38- filippo.io/edwards25519 v1.1 .0 // indirect
38+ filippo.io/edwards25519 v1.2 .0 // indirect
3939 github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
4040 github.com/BurntSushi/toml v1.5.0 // indirect
4141 github.com/KyleBanks/depth v1.2.1 // indirect
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
44dario.cat/mergo v1.0.2 /go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA =
55filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA =
66filippo.io/edwards25519 v1.1.0 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
7+ filippo.io/edwards25519 v1.2.0 h1:crnVqOiS4jqYleHd9vaKZ+HKtHfllngJIiOpNpoJsjo =
8+ filippo.io/edwards25519 v1.2.0 /go.mod h1:xzAOLCNug/yB62zG1bQ8uziwrIqIuxhctzJT18Q77mc =
79github.com/99designs/gqlgen v0.17.78 h1:bhIi7ynrc3js2O8wu1sMQj1YHPENDt3jQGyifoBvoVI =
810github.com/99designs/gqlgen v0.17.78 /go.mod h1:yI/o31IauG2kX0IsskM4R894OCCG1jXJORhtLQqB7Oc =
911github.com/99designs/gqlgen v0.17.79 h1:RTsJZtdzcfROeWdt42NGMIabIbiBn69YyVmLEAuxtnA =
@@ -983,6 +985,8 @@ github.com/go-openapi/swag v0.22.9/go.mod h1:3/OXnFfnMAwBD099SwYRk7GD3xOrr1iL7d/
983985github.com/go-sql-driver/mysql v1.8.1 /go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg =
984986github.com/go-sql-driver/mysql v1.9.3 h1:U/N249h2WzJ3Ukj8SowVFjdtZKfu9vlLZxjPXV1aweo =
985987github.com/go-sql-driver/mysql v1.9.3 /go.mod h1:qn46aNg1333BRMNU69Lq93t8du/dwxI64Gl8i5p1WMU =
988+ github.com/go-sql-driver/mysql v1.10.0 h1:Q+1LV8DkHJvSYAdR83XzuhDaTykuDx0l6fkXxoWCWfw =
989+ github.com/go-sql-driver/mysql v1.10.0 /go.mod h1:M+cqaI7+xxXGG9swrdeUIoPG3Y3KCkF0pZej+SK+nWk =
986990github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
987991github.com/go-viper/mapstructure/v2 v2.4.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
988992github.com/go-viper/mapstructure/v2 v2.5.0 h1:vM5IJoUAy3d7zRSVtIwQgBj7BiWtMPfmPEgAXnvj1Ro =
You can’t perform that action at this time.
0 commit comments