Merge pull request #208 from lanyulei/dev

fix: update go.mod.
This commit is contained in:
lanyulei 2021-08-01 16:29:01 +08:00 committed by GitHub
commit 350592ae2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
go.mod
View File

@ -8,7 +8,7 @@ require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/casbin/casbin/v2 v2.2.1
github.com/casbin/gorm-adapter/v2 v2.0.3
github.com/dgrijalva/jwt-go v3.2.1+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.7.0
github.com/go-kit/kit v0.8.0
github.com/go-ldap/ldap/v3 v3.2.3
@ -18,7 +18,6 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.1.1
github.com/jinzhu/gorm v1.9.10
github.com/json-iterator/go v1.1.8 // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/mojocn/base64Captcha v1.3.1
github.com/mssola/user_agent v0.5.1