Skip to content

Commit

Permalink
chore: update tool to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Dec 15, 2022
1 parent 841c901 commit c9da98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
google.golang.org/protobuf v1.28.1
)

replace github.com/zeromicro/go-zero v1.4.2 => github.com/suyuan32/simple-admin-tools v0.1.2
replace github.com/zeromicro/go-zero v1.4.2 => github.com/suyuan32/simple-admin-tools v0.1.3

require (
ariga.io/atlas v0.7.3-0.20221011160332-3ca609863edd // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/suyuan32/simple-admin-tools v0.1.2 h1:LzhUwVaxR/5OUYFxFdvt89LAg401TrSkQKCcn4rDyQ0=
github.com/suyuan32/simple-admin-tools v0.1.2/go.mod h1:hKhKgu5egbKQkryJZliOUuyO5tI7h+zG+i1RAr2zymY=
github.com/suyuan32/simple-admin-tools v0.1.3 h1:XlGsXu2vDPc5dX/nD99/HwVH5l54igaC9qdNhrxQ6XU=
github.com/suyuan32/simple-admin-tools v0.1.3/go.mod h1:hKhKgu5egbKQkryJZliOUuyO5tI7h+zG+i1RAr2zymY=
github.com/tidwall/gjson v1.13.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/gjson v1.14.4 h1:uo0p8EbA09J7RQaflQ1aBRffTR7xedD2bcIVSYxLnkM=
github.com/tidwall/gjson v1.14.4/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
Expand Down

0 comments on commit c9da98c

Please sign in to comment.