Skip to content

Commit b1ca233

Browse files
fix(deps): update all non-major dependencies
1 parent 869c152 commit b1ca233

File tree

6 files changed

+224
-98
lines changed

6 files changed

+224
-98
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
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
)
@@ -41,7 +41,7 @@ require (
4141
github.com/TUM-Dev/CampusProxy/client v0.0.0-20230226120508-3e8bb2411921
4242
github.com/TUM-Dev/gocast/worker v0.0.0-20250110151606-bd9f2b63e789
4343
github.com/asticode/go-astisub v0.34.0
44-
github.com/dgraph-io/ristretto/v2 v2.1.0
44+
github.com/dgraph-io/ristretto/v2 v2.2.0
4545
github.com/getsentry/sentry-go/gin v0.31.1
4646
github.com/golang-jwt/jwt/v5 v5.2.2
4747
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
@@ -52,7 +52,7 @@ require (
5252
github.com/tum-dev/gocast/runner v0.0.0-20250309031139-45dc3616df3f
5353
golang.org/x/crypto v0.36.0
5454
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463
55-
google.golang.org/grpc v1.71.0
55+
google.golang.org/grpc v1.71.1
5656
google.golang.org/protobuf v1.36.6
5757
gorm.io/gorm v1.25.12
5858
)
@@ -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)