@@ -7,13 +7,13 @@ require (
77 github.com/RBG-TUM/go-anel-pwrctrl v1.0.0
88 github.com/antchfx/xmlquery v1.4.4
99 github.com/gabstv/melody v1.0.2
10- github.com/getsentry/sentry-go v0.31.1
11- github.com/gin-contrib/gzip v1.2.2
10+ github.com/getsentry/sentry-go v0.32.0
11+ github.com/gin-contrib/gzip v1.2.3
1212 github.com/gin-gonic/gin v1.10.0
13- github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
14- github.com/go-gormigrate/gormigrate/v2 v2.1.3
15- github.com/go-ldap/ldap/v3 v3.4.10
16- github.com/go-sql-driver/mysql v1.9.1
13+ github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
14+ github.com/go-gormigrate/gormigrate/v2 v2.1.4
15+ github.com/go-ldap/ldap/v3 v3.4.11
16+ github.com/go-sql-driver/mysql v1.9.2
1717 github.com/gorilla/websocket v1.5.3 // indirect
1818 github.com/jinzhu/now v1.1.5
1919 github.com/microcosm-cc/bluemonday v1.0.27
@@ -22,15 +22,15 @@ 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)
2929
3030require (
3131 github.com/Masterminds/sprig/v3 v3.3.0
3232 github.com/RBG-TUM/commons v0.0.0-20220406105618-030c095f6a1b
33- github.com/crewjam/saml v0.4.14
33+ github.com/crewjam/saml v0.5.1
3434 github.com/golang/mock v1.6.0
3535 github.com/icholy/digest v1.1.0
3636 github.com/stretchr/testify v1.10.0
@@ -41,18 +41,18 @@ 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
45- github.com/getsentry/sentry-go/gin v0.31.1
44+ github.com/dgraph-io/ristretto/v2 v2.2 .0
45+ github.com/getsentry/sentry-go/gin v0.32.0
4646 github.com/golang-jwt/jwt/v5 v5.2.2
4747 github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
4848 github.com/matthiasreumann/gomino v0.0.2
4949 github.com/meilisearch/meilisearch-go v0.31.0
5050 github.com/orandin/slog-gorm v1.4.0
5151 github.com/soheilhy/cmux v0.1.5
5252 github.com/tum-dev/gocast/runner v0.0.0-20250309031139-45dc3616df3f
53- golang.org/x/crypto v0.36 .0
53+ golang.org/x/crypto v0.37 .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
72- github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
73+ github.com/golang-jwt/jwt/v4 v4.5.2 // 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)
@@ -92,7 +93,7 @@ require (
9293 github.com/Masterminds/semver/v3 v3.3.1 // indirect
9394 github.com/antchfx/xpath v1.3.3 // indirect
9495 github.com/aymerick/douceur v0.2.0 // indirect
95- github.com/beevik/etree v1.4.1 // indirect
96+ github.com/beevik/etree v1.5.0 // indirect
9697 github.com/cespare/xxhash/v2 v2.3.0 // indirect
9798 github.com/crewjam/httperr v0.2.0 // indirect
9899 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -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,8 +128,8 @@ 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/sys v0.31 .0 // indirect
132- golang.org/x/text v0.23 .0 // indirect
131+ golang.org/x/net v0.38 .0 // indirect
132+ golang.org/x/sys v0.32 .0 // indirect
133+ golang.org/x/text v0.24 .0 // indirect
133134 gopkg.in/yaml.v3 v3.0.1 // indirect
134135)
0 commit comments