Skip to content

Commit

Permalink
fix: update simple admin tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Sep 21, 2022
1 parent 29b6bcb commit da7a95a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.19
require (
github.com/casbin/casbin/v2 v2.52.1
github.com/casbin/gorm-adapter/v3 v3.7.4
github.com/go-playground/locales v0.14.0
github.com/go-playground/validator/v10 v10.11.1
github.com/golang-jwt/jwt/v4 v4.4.2
github.com/google/uuid v1.3.0
Expand All @@ -18,7 +19,7 @@ require (
gorm.io/gorm v1.23.8
)

replace github.com/zeromicro/go-zero v1.4.1 => github.com/suyuan32/simple-admin-tools v0.0.5-beta-2
replace github.com/zeromicro/go-zero v1.4.1 => github.com/suyuan32/simple-admin-tools v0.0.5

require (
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
Expand All @@ -35,7 +36,6 @@ require (
github.com/glebarez/sqlite v1.4.3 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,8 @@ github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/suyuan32/simple-admin-core v0.0.4/go.mod h1:qVCiNpYAJrTqj+iAitlcpxgFSdnz9+EQffgaJjEqDBI=
github.com/suyuan32/simple-admin-tools v0.0.5-beta-2 h1:U8IkAp85qpg/dZym9ehsjYAoe7JNaUScmEnlkmpXJIE=
github.com/suyuan32/simple-admin-tools v0.0.5-beta-2/go.mod h1:cyw17YGckuAIt8ccUgfc/ul7zB76D8qWvULIiz0RyFw=
github.com/suyuan32/zapx v0.0.1-beta-1 h1:OGmGxBlrVT607LLogwQWmk4P64IJyLUoTH8FlbAGFZw=
github.com/suyuan32/zapx v0.0.1-beta-1/go.mod h1:ZxombEDVE7Ea1QpDsxH/EiQyeDscY2rht1ldk45k7OM=
github.com/suyuan32/simple-admin-tools v0.0.5 h1:hCdxnkUrUysEuzViNpG5dRysVbkGuqEhiOc1Fhbavx0=
github.com/suyuan32/simple-admin-tools v0.0.5/go.mod h1:cyw17YGckuAIt8ccUgfc/ul7zB76D8qWvULIiz0RyFw=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tklauser/go-sysconf v0.3.10/go.mod h1:C8XykCvCb+Gn0oNCWPIlcb0RuglQTYaQ2hGm7jmxEFk=
github.com/tklauser/numcpus v0.4.0/go.mod h1:1+UI3pD8NW14VMwdgJNJ1ESk2UnwhAnz5hMwiKKqXCQ=
Expand Down

0 comments on commit da7a95a

Please sign in to comment.