File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.2
66
77require (
88 github.com/AlecAivazis/survey/v2 v2.3.1
9- github.com/GoAdminGroup/go-admin v1.2.25
9+ github.com/GoAdminGroup/go-admin v1.2.26
1010 github.com/jawher/mow.cli v1.2.0
1111 github.com/magiconair/properties v1.8.6
1212 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a/go.mod h1:EXuID2Zs0p
88github.com/AlecAivazis/survey/v2 v2.3.1 h1:lzkuHA60pER7L4eYL8qQJor4bUWlJe4V0gqAT19tdOA =
99github.com/AlecAivazis/survey/v2 v2.3.1 /go.mod h1:TH2kPCDU3Kqq7pLbnCWwZXDBjnhZtmsCle5EiYDJ2fg =
1010github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
11- github.com/GoAdminGroup/go-admin v1.2.25 h1:pqcGu2fK2ZbcOX9IYNoxLs8xOQ16bl0g/45shSYQMOY =
12- github.com/GoAdminGroup/go-admin v1.2.25 /go.mod h1:QXj94ZrDclKzqwZnAGUWaK3qY1Wfr6/Qy5GnRGeXR+k =
11+ github.com/GoAdminGroup/go-admin v1.2.26 h1:kk18rVrteLcrzH7iMM5p/13jghDC5n3DJG/7zAnbnEU =
12+ github.com/GoAdminGroup/go-admin v1.2.26 /go.mod h1:QXj94ZrDclKzqwZnAGUWaK3qY1Wfr6/Qy5GnRGeXR+k =
1313github.com/GoAdminGroup/html v0.0.1 h1:SdWNWl4OKPsvDk2GDp5ZKD6ceWoN8n4Pj6cUYxavUd0 =
1414github.com/GoAdminGroup/html v0.0.1 /go.mod h1:A1laTJaOx8sQ64p2dE8IqtstDeCNBHEazrEp7hR5VvM =
1515github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e h1:n+DcnTNkQnHlwpsrHoQtkrJIO7CBx029fw6oR4vIob4 =
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "github.com/mgutz/ansi"
1919)
2020
21- const version = "v1.2.26 "
21+ const version = "v1.2.27 "
2222
2323func cliInfo () {
2424 fmt .Println ("GoAdmin CLI " + version + compareVersion (version ))
You can’t perform that action at this time.
0 commit comments