Skip to content

Commit df6ad1a

Browse files
fix(deps): update all non-major dependencies
1 parent 4d1cce3 commit df6ad1a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.24.4
44

55
require (
66
github.com/alicebob/miniredis/v2 v2.35.0
7-
github.com/eko/gocache/store/bigcache/v4 v4.2.2
8-
github.com/eko/gocache/store/redis/v4 v4.2.2
7+
github.com/eko/gocache/store/bigcache/v4 v4.2.3
8+
github.com/eko/gocache/store/redis/v4 v4.2.5
99
github.com/stretchr/testify v1.10.0
1010
)
1111

@@ -62,27 +62,27 @@ require (
6262
go.yaml.in/yaml/v2 v2.4.2 // indirect
6363
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
6464
golang.org/x/mod v0.26.0 // indirect
65-
golang.org/x/sync v0.16.0
65+
golang.org/x/sync v0.17.0
6666
golang.org/x/tools v0.35.0 // indirect
6767
google.golang.org/protobuf v1.34.1 // indirect
6868
gopkg.in/yaml.v3 v3.0.1 // indirect
6969
)
7070

7171
require (
7272
github.com/allegro/bigcache/v3 v3.1.0
73-
github.com/cloudwego/hertz v0.10.2
73+
github.com/cloudwego/hertz v0.10.3
7474
github.com/creasty/defaults v1.8.0
75-
github.com/eko/gocache/lib/v4 v4.2.0
75+
github.com/eko/gocache/lib/v4 v4.2.2
7676
github.com/golang-jwt/jwt/v5 v5.3.0
77-
github.com/redis/go-redis/v9 v9.12.1
77+
github.com/redis/go-redis/v9 v9.16.0
7878
github.com/sirupsen/logrus v1.9.3
7979
github.com/swaggo/swag v1.16.6
80-
golang.org/x/crypto v0.41.0
80+
golang.org/x/crypto v0.43.0
8181
golang.org/x/sys v0.35.0 // indirect
8282
golang.org/x/text v0.28.0 // indirect
8383
gorm.io/driver/mysql v1.6.0
8484
gorm.io/driver/postgres v1.6.0
8585
gorm.io/driver/sqlite v1.6.0
86-
gorm.io/gorm v1.30.1
86+
gorm.io/gorm v1.31.1
8787
sigs.k8s.io/yaml v1.6.0
8888
)

0 commit comments

Comments
 (0)