Skip to content

Commit 61e8832

Browse files
authored
Merge pull request #25 from go-admin-team/dev
refactor🎨:升级gin1.7.3
2 parents 96084b1 + 64c63ce commit 61e8832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/bsm/redislock v0.5.0
1010
github.com/fsnotify/fsnotify v1.4.7
1111
github.com/ghodss/yaml v1.0.0
12-
github.com/gin-gonic/gin v1.7.2
12+
github.com/gin-gonic/gin v1.7.3
1313
github.com/go-redis/redis/v7 v7.4.0
1414
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
1515
github.com/google/uuid v1.1.2

Diff for: sdk/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/casbin/casbin/v2 v2.24.0
99
github.com/chanxuehong/wechat v0.0.0-20201110083048-0180211b69fd
1010
github.com/dgrijalva/jwt-go v3.2.0+incompatible
11-
github.com/gin-gonic/gin v1.7.2
11+
github.com/gin-gonic/gin v1.7.3
1212
github.com/go-admin-team/go-admin-core v1.3.5-rc.5
1313
github.com/go-admin-team/go-admin-core/plugins/logger/zap v0.0.0-20210610020726-2db73adb505d
1414
github.com/go-admin-team/gorm-adapter/v3 v3.2.1-0.20210310135230-1608cc35b95b

0 commit comments

Comments
 (0)