File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ require (
4040 golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
4141 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
4242 gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
43- gopkg.in/yaml.v2 v2.2.2 // indirect
43+ gopkg.in/yaml.v2 v2.2.8 // indirect
4444 honnef.co/go/tools v0.0.1-2019.2.3 // indirect
4545)
Original file line number Diff line number Diff line change @@ -130,8 +130,9 @@ gopkg.in/go-playground/validator.v9 v9.30.0 h1:Wk0Z37oBmKj9/n+tPyBHZmeL19LaCoK3Q
130130gopkg.in/go-playground/validator.v9 v9.30.0 /go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ =
131131gopkg.in/natefinch/lumberjack.v2 v2.0.0 h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8 =
132132gopkg.in/natefinch/lumberjack.v2 v2.0.0 /go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k =
133- gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
134133gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
134+ gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10 =
135+ gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
135136gorm.io/driver/mysql v1.5.7 h1:MndhOPYOfEp2rHKgkZIhJ16eVUIRf2HmzgoPmh7FCWo =
136137gorm.io/driver/mysql v1.5.7 /go.mod h1:sEtPWMiqiN1N1cMXoXmBbd8C6/l+TESwriotuRRpkDM =
137138gorm.io/gorm v1.25.7 /go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8 =
You can’t perform that action at this time.
0 commit comments