Update version to v1.4.1 in go.mod template

This commit is contained in:
ideaa
2025-09-04 14:33:32 +08:00
parent 5ae309e351
commit d1060a9c65

View File

@@ -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
)