From 499bb4449a4ddde1029797fea2b86692660867d7 Mon Sep 17 00:00:00 2001 From: chenhg5 Date: Thu, 4 Jul 2024 09:36:51 +0800 Subject: [PATCH] fix generator sqlite table error && update version --- go.mod | 2 +- go.sum | 2 ++ helper.go | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8eb3ff4..1188b78 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 1742757..b4fec78 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/helper.go b/helper.go index 0391994..871c186 100644 --- a/helper.go +++ b/helper.go @@ -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))