File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ require (
37
37
github.com/go-openapi/strfmt v0.23.0
38
38
github.com/go-openapi/swag v0.23.1
39
39
github.com/go-openapi/validate v0.24.0
40
- github.com/go-sql-driver/mysql v1.6.0
40
+ github.com/go-sql-driver/mysql v1.9.3
41
41
github.com/goccy/go-yaml v1.18.0
42
42
github.com/gogo/protobuf v1.3.2 // indirect
43
43
github.com/golang-jwt/jwt/v4 v4.5.2
@@ -97,6 +97,7 @@ require github.com/gin-contrib/gzip v1.2.3
97
97
98
98
require (
99
99
ariga.io/atlas v0.31.1-0.20250212144724-069be8033e83 // indirect
100
+ filippo.io/edwards25519 v1.1.0 // indirect
100
101
github.com/Masterminds/goutils v1.1.1 // indirect
101
102
github.com/Microsoft/go-winio v0.6.2 // indirect
102
103
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ bitbucket.org/creachadair/stringset v0.0.9 h1:L4vld9nzPt90UZNrXjNelTshD74ps4P5NG
4
4
bitbucket.org/creachadair/stringset v0.0.9 /go.mod h1:t+4WcQ4+PXTa8aQdNKe40ZP6iwesoMFWAxPGd3UGjyY =
5
5
entgo.io/ent v0.14.2 h1:ywld/j2Rx4EmnIKs8eZ29cbFA1zpB+DA9TLL5l3rlq0 =
6
6
entgo.io/ent v0.14.2 /go.mod h1:aDPE/OziPEu8+OWbzy4UlvWmD2/kbRuWfK2A40hcxJM =
7
+ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA =
8
+ filippo.io/edwards25519 v1.1.0 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
7
9
github.com/AlecAivazis/survey/v2 v2.3.7 h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkkhIiSjQ =
8
10
github.com/AlecAivazis/survey/v2 v2.3.7 /go.mod h1:xUTIdE4KCOIjsBAE1JYsUPoCqYdZ1reCfTwbto0Fduo =
9
11
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8 =
@@ -187,8 +189,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
187
189
github.com/go-playground/universal-translator v0.18.1 /go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY =
188
190
github.com/go-playground/validator/v10 v10.26.0 h1:SP05Nqhjcvz81uJaRfEV0YBSSSGMc/iMaVtFbr3Sw2k =
189
191
github.com/go-playground/validator/v10 v10.26.0 /go.mod h1:I5QpIEbmr8On7W0TktmJAumgzX4CA1XNl4ZmDuVHKKo =
190
- github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
191
- github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
192
+ github.com/go-sql-driver/mysql v1.9.3 h1:U/N249h2WzJ3Ukj8SowVFjdtZKfu9vlLZxjPXV1aweo =
193
+ github.com/go-sql-driver/mysql v1.9.3 /go.mod h1:qn46aNg1333BRMNU69Lq93t8du/dwxI64Gl8i5p1WMU =
192
194
github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
193
195
github.com/go-test/deep v1.0.4 h1:u2CU3YKy9I2pmu9pX0eq50wCgjfGIt539SqR7FbHiho =
194
196
github.com/go-test/deep v1.0.4 /go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA =
You can’t perform that action at this time.
0 commit comments