Skip to content

Commit 61f067b

Browse files
fix(deps): update all non-major dependencies
1 parent c05ba13 commit 61f067b

File tree

2 files changed

+120
-2
lines changed

2 files changed

+120
-2
lines changed

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/gin-contrib/gzip v1.2.2
1212
github.com/gin-gonic/gin v1.10.0
1313
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
14-
github.com/go-gormigrate/gormigrate/v2 v2.1.3
14+
github.com/go-gormigrate/gormigrate/v2 v2.1.4
1515
github.com/go-ldap/ldap/v3 v3.4.10
1616
github.com/go-sql-driver/mysql v1.9.1
1717
github.com/gorilla/websocket v1.5.3 // indirect
@@ -22,7 +22,7 @@ require (
2222
github.com/russross/blackfriday/v2 v2.1.0
2323
github.com/satori/go.uuid v1.2.0
2424
github.com/sirupsen/logrus v1.9.3
25-
github.com/spf13/viper v1.20.0
25+
github.com/spf13/viper v1.20.1
2626
gorm.io/driver/mysql v1.5.7
2727
mvdan.cc/xurls/v2 v2.6.0
2828
)
@@ -66,6 +66,7 @@ require (
6666
github.com/bytedance/sonic v1.12.7 // indirect
6767
github.com/bytedance/sonic/loader v0.2.2 // indirect
6868
github.com/cloudwego/base64x v0.1.4 // indirect
69+
github.com/dgraph-io/ristretto v0.1.0 // indirect
6970
github.com/felixge/fgprof v0.9.5 // indirect
7071
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
7172
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect

0 commit comments

Comments
 (0)