From 2fac8d13fc5572308a659833e7be7023537518ac Mon Sep 17 00:00:00 2001 From: jiangyong Date: Thu, 28 Aug 2025 19:30:42 +0800 Subject: [PATCH] change git --- go.mod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 87ea875..30b9737 100644 --- a/go.mod +++ b/go.mod @@ -1,15 +1,16 @@ -module github.com/smbrave/goutil +module git.u8t.cn/open/goutil -go 1.21.4 +go 1.24 require ( - github.com/sirupsen/logrus v1.9.0 + github.com/sirupsen/logrus v1.9.3 github.com/speps/go-hashids v2.0.0+incompatible - gorm.io/gorm v1.25.5 + gorm.io/gorm v1.30.2 ) require ( github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect + golang.org/x/text v0.20.0 // indirect )