Skip to content

Commit

Permalink
fix generator sqlite table error && update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhg5 committed Jul 4, 2024
1 parent 6a57891 commit 499bb44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.2

require (
github.com/AlecAivazis/survey/v2 v2.3.1
github.com/GoAdminGroup/go-admin v1.2.26
github.com/GoAdminGroup/go-admin v1.2.27-0.20240704013520-bf41aec4c9b4
github.com/jawher/mow.cli v1.2.0
github.com/magiconair/properties v1.8.6
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/AlecAivazis/survey/v2 v2.3.1/go.mod h1:TH2kPCDU3Kqq7pLbnCWwZXDBjnhZtm
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/GoAdminGroup/go-admin v1.2.26 h1:kk18rVrteLcrzH7iMM5p/13jghDC5n3DJG/7zAnbnEU=
github.com/GoAdminGroup/go-admin v1.2.26/go.mod h1:QXj94ZrDclKzqwZnAGUWaK3qY1Wfr6/Qy5GnRGeXR+k=
github.com/GoAdminGroup/go-admin v1.2.27-0.20240704013520-bf41aec4c9b4 h1:c2sdVLA+OBSU+wH1SdvlJXf9dQ6jD98YcmUgZr5BU5o=
github.com/GoAdminGroup/go-admin v1.2.27-0.20240704013520-bf41aec4c9b4/go.mod h1:QXj94ZrDclKzqwZnAGUWaK3qY1Wfr6/Qy5GnRGeXR+k=
github.com/GoAdminGroup/html v0.0.1 h1:SdWNWl4OKPsvDk2GDp5ZKD6ceWoN8n4Pj6cUYxavUd0=
github.com/GoAdminGroup/html v0.0.1/go.mod h1:A1laTJaOx8sQ64p2dE8IqtstDeCNBHEazrEp7hR5VvM=
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e h1:n+DcnTNkQnHlwpsrHoQtkrJIO7CBx029fw6oR4vIob4=
Expand Down
2 changes: 1 addition & 1 deletion helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/mgutz/ansi"
)

const version = "v1.2.29"
const version = "v1.2.30"

func cliInfo() {
fmt.Println("GoAdmin CLI " + version + compareVersion(version))
Expand Down

0 comments on commit 499bb44

Please sign in to comment.