Skip to content

Commit ad047f4

Browse files
author
pixel
committed
gorm 版本升级为 1.20.5
1 parent eeaaa40 commit ad047f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

server/go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.12
55
require (
66
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
77
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
8-
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
98
github.com/casbin/casbin v1.9.1
109
github.com/casbin/casbin/v2 v2.11.0
1110
github.com/casbin/gorm-adapter/v3 v3.0.2
@@ -47,7 +46,6 @@ require (
4746
github.com/swaggo/swag v1.6.7
4847
github.com/tebeka/strftime v0.1.3 // indirect
4948
github.com/unrolled/secure v1.0.7
50-
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
5149
go.uber.org/zap v1.10.0
5250
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
5351
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
@@ -56,7 +54,5 @@ require (
5654
gopkg.in/ini.v1 v1.55.0 // indirect
5755
gopkg.in/yaml.v2 v2.3.0 // indirect
5856
gorm.io/driver/mysql v0.3.0
59-
gorm.io/driver/postgres v0.2.6
60-
gorm.io/driver/sqlserver v0.2.4
61-
gorm.io/gorm v1.20.1
57+
gorm.io/gorm v1.20.5
6258
)

0 commit comments

Comments
 (0)