Skip to content

Commit

Permalink
refactor🎨: 更新gorm相关版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjianzhang committed Nov 24, 2022
1 parent 176cc25 commit 351f672
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ require (
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.28.0
gorm.io/driver/mysql v1.0.3
gorm.io/gorm v1.21.11
gorm.io/plugin/dbresolver v1.1.0
gorm.io/driver/mysql v1.4.4
gorm.io/gorm v1.24.2
gorm.io/plugin/dbresolver v1.3.0
)

require (
Expand All @@ -43,12 +43,12 @@ require (
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.2 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
Expand Down

0 comments on commit 351f672

Please sign in to comment.