From d1060a9c65535e485f904a26aec656323fefd5bc Mon Sep 17 00:00:00 2001 From: ideaa Date: Thu, 4 Sep 2025 14:33:32 +0800 Subject: [PATCH] Update version to v1.4.1 in go.mod template --- internal/cli/templates/default/go.mod.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/cli/templates/default/go.mod.tmpl b/internal/cli/templates/default/go.mod.tmpl index da3af2a..0d24895 100644 --- a/internal/cli/templates/default/go.mod.tmpl +++ b/internal/cli/templates/default/go.mod.tmpl @@ -4,11 +4,11 @@ go 1.24 require ( github.com/gin-gonic/gin v1.10.1 - github.com/spf13/cobra v1.9.1 + github.com/spf13/cobra v1.10.1 github.com/spf13/viper v1.20.1 - github.com/wonli/aqi v1.3.1 - golang.org/x/text v0.25.0 + github.com/wonli/aqi v1.4.0 + golang.org/x/text v0.28.0 gorm.io/gen v0.3.27 - gorm.io/gorm v1.30.0 + gorm.io/gorm v1.30.2 gorm.io/plugin/dbresolver v1.6.0 )