Skip to content

Commit 9c0a594

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

File tree

6 files changed

+242
-107
lines changed

6 files changed

+242
-107
lines changed

go.mod

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/antchfx/xmlquery v1.4.4
99
github.com/gabstv/melody v1.0.2
1010
github.com/getsentry/sentry-go v0.31.1
11-
github.com/gin-contrib/gzip v1.2.2
11+
github.com/gin-contrib/gzip v1.2.3
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
)
@@ -63,23 +63,24 @@ require (
6363
github.com/andybalholm/brotli v1.1.1 // indirect
6464
github.com/asticode/go-astikit v0.51.1 // indirect
6565
github.com/asticode/go-astits v1.13.0 // indirect
66-
github.com/bytedance/sonic v1.12.7 // indirect
67-
github.com/bytedance/sonic/loader v0.2.2 // indirect
68-
github.com/cloudwego/base64x v0.1.4 // indirect
66+
github.com/bytedance/sonic v1.13.2 // indirect
67+
github.com/bytedance/sonic/loader v0.2.4 // indirect
68+
github.com/cloudwego/base64x v0.1.5 // 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
7273
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
7374
github.com/golang/glog v1.2.4 // indirect
7475
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
7576
github.com/josharian/intern v1.0.0 // indirect
76-
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
77+
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
7778
github.com/mailru/easyjson v0.9.0 // indirect
7879
github.com/sagikazarmark/locafero v0.7.0 // indirect
7980
github.com/sourcegraph/conc v0.3.0 // indirect
8081
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
8182
go.uber.org/multierr v1.11.0 // indirect
82-
golang.org/x/arch v0.13.0 // indirect
83+
golang.org/x/arch v0.15.0 // indirect
8384
golang.org/x/oauth2 v0.27.0 // indirect
8485
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
8586
)
@@ -101,8 +102,8 @@ require (
101102
github.com/gin-contrib/sse v1.0.0 // indirect
102103
github.com/go-playground/locales v0.14.1 // indirect
103104
github.com/go-playground/universal-translator v0.18.1 // indirect
104-
github.com/go-playground/validator/v10 v10.24.0 // indirect
105-
github.com/goccy/go-json v0.10.4 // indirect
105+
github.com/go-playground/validator/v10 v10.26.0 // indirect
106+
github.com/goccy/go-json v0.10.5 // indirect
106107
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
107108
github.com/google/uuid v1.6.0
108109
github.com/gorilla/css v1.0.1 // indirect
@@ -127,7 +128,7 @@ require (
127128
github.com/spf13/pflag v1.0.6 // indirect
128129
github.com/subosito/gotenv v1.6.0 // indirect
129130
github.com/ugorji/go/codec v1.2.12 // indirect
130-
golang.org/x/net v0.37.0 // indirect
131+
golang.org/x/net v0.38.0 // indirect
131132
golang.org/x/sys v0.31.0 // indirect
132133
golang.org/x/text v0.23.0 // indirect
133134
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)