Skip to content

Commit 77aba02

Browse files
fix(deps): update all non-major dependencies
1 parent aa21932 commit 77aba02

File tree

10 files changed

+808
-533
lines changed

10 files changed

+808
-533
lines changed

docs_v2/package-lock.json

Lines changed: 224 additions & 224 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 56 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ tool go.uber.org/mock/mockgen
77
require (
88
github.com/RBG-TUM/CAMPUSOnline v0.0.0-20230412070523-8db58ed5c0b4
99
github.com/RBG-TUM/go-anel-pwrctrl v1.0.0
10-
github.com/antchfx/xmlquery v1.4.4
10+
github.com/antchfx/xmlquery v1.5.0
1111
github.com/gabstv/melody v1.0.2
12-
github.com/getsentry/sentry-go v0.31.1
13-
github.com/gin-contrib/gzip v1.2.2
14-
github.com/gin-gonic/gin v1.10.0
15-
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
16-
github.com/go-gormigrate/gormigrate/v2 v2.1.3
17-
github.com/go-ldap/ldap/v3 v3.4.10
18-
github.com/go-sql-driver/mysql v1.9.1
12+
github.com/getsentry/sentry-go v0.36.2
13+
github.com/gin-contrib/gzip v1.2.5
14+
github.com/gin-gonic/gin v1.11.0
15+
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
16+
github.com/go-gormigrate/gormigrate/v2 v2.1.5
17+
github.com/go-ldap/ldap/v3 v3.4.12
18+
github.com/go-sql-driver/mysql v1.9.3
1919
github.com/gorilla/websocket v1.5.3 // indirect
2020
github.com/jinzhu/now v1.1.5
2121
github.com/microcosm-cc/bluemonday v1.0.27
@@ -24,15 +24,15 @@ require (
2424
github.com/russross/blackfriday/v2 v2.1.0
2525
github.com/satori/go.uuid v1.2.0
2626
github.com/sirupsen/logrus v1.9.3
27-
github.com/spf13/viper v1.20.0
28-
gorm.io/driver/mysql v1.5.7
27+
github.com/spf13/viper v1.21.0
28+
gorm.io/driver/mysql v1.6.0
2929
mvdan.cc/xurls/v2 v2.6.0
3030
)
3131

3232
require (
3333
github.com/Masterminds/sprig/v3 v3.3.0
3434
github.com/RBG-TUM/commons v0.0.0-20220406105618-030c095f6a1b
35-
github.com/crewjam/saml v0.4.14
35+
github.com/crewjam/saml v0.5.1
3636
github.com/icholy/digest v1.1.0
3737
github.com/stretchr/testify v1.11.1
3838
github.com/u2takey/go-utils v0.3.1
@@ -41,22 +41,22 @@ require (
4141
require (
4242
github.com/TUM-Dev/CampusProxy/client v0.0.0-20250907134856-9d3b4d5385a2
4343
github.com/TUM-Dev/gocast/worker v0.0.0-20251102182539-4e087e888c3c
44-
github.com/asticode/go-astisub v0.34.0
45-
github.com/dgraph-io/ristretto/v2 v2.1.0
46-
github.com/getsentry/sentry-go/gin v0.31.1
47-
github.com/golang-jwt/jwt/v5 v5.2.2
48-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
44+
github.com/asticode/go-astisub v0.38.0
45+
github.com/dgraph-io/ristretto/v2 v2.3.0
46+
github.com/getsentry/sentry-go/gin v0.36.2
47+
github.com/golang-jwt/jwt/v5 v5.3.0
48+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
4949
github.com/matthiasreumann/gomino v0.0.2
50-
github.com/meilisearch/meilisearch-go v0.31.0
50+
github.com/meilisearch/meilisearch-go v0.34.1
5151
github.com/orandin/slog-gorm v1.4.0
5252
github.com/soheilhy/cmux v0.1.5
5353
github.com/tum-dev/gocast/runner v0.0.0-20251017070229-156fcf6b62e3
5454
go.uber.org/mock v0.6.0
55-
golang.org/x/crypto v0.41.0
56-
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463
57-
google.golang.org/grpc v1.71.0
58-
google.golang.org/protobuf v1.36.6
59-
gorm.io/gorm v1.25.12
55+
golang.org/x/crypto v0.43.0
56+
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4
57+
google.golang.org/grpc v1.76.0
58+
google.golang.org/protobuf v1.36.10
59+
gorm.io/gorm v1.31.1
6060
)
6161

6262
require (
@@ -65,38 +65,43 @@ require (
6565
github.com/andybalholm/brotli v1.1.1 // indirect
6666
github.com/asticode/go-astikit v0.51.1 // indirect
6767
github.com/asticode/go-astits v1.13.0 // indirect
68-
github.com/bytedance/sonic v1.12.7 // indirect
69-
github.com/bytedance/sonic/loader v0.2.2 // indirect
70-
github.com/cloudwego/base64x v0.1.4 // indirect
68+
github.com/bytedance/gopkg v0.1.3 // indirect
69+
github.com/bytedance/sonic v1.14.1 // indirect
70+
github.com/bytedance/sonic/loader v0.3.0 // indirect
71+
github.com/cloudwego/base64x v0.1.6 // indirect
7172
github.com/dgraph-io/ristretto v0.1.0 // indirect
7273
github.com/ebitengine/purego v0.9.0 // indirect
7374
github.com/felixge/fgprof v0.9.5 // indirect
74-
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
75+
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
7576
github.com/go-ole/go-ole v1.3.0 // indirect
7677
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
77-
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
78-
github.com/golang/glog v1.2.4 // indirect
78+
github.com/goccy/go-yaml v1.18.0 // indirect
79+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
80+
github.com/golang/glog v1.2.5 // indirect
7981
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
8082
github.com/icza/gox v0.2.0 // indirect
8183
github.com/josharian/intern v1.0.0 // indirect
82-
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
84+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
8385
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed // indirect
8486
github.com/mailru/easyjson v0.9.0 // indirect
8587
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
86-
github.com/sagikazarmark/locafero v0.7.0 // indirect
88+
github.com/quic-go/qpack v0.5.1 // indirect
89+
github.com/quic-go/quic-go v0.55.0 // indirect
90+
github.com/sagikazarmark/locafero v0.11.0 // indirect
8791
github.com/shirou/gopsutil/v4 v4.25.9 // indirect
88-
github.com/sourcegraph/conc v0.3.0 // indirect
92+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
8993
github.com/tklauser/go-sysconf v0.3.15 // indirect
9094
github.com/tklauser/numcpus v0.10.0 // indirect
9195
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
9296
github.com/yusufpapurcu/wmi v1.2.4 // indirect
9397
go.uber.org/multierr v1.11.0 // indirect
94-
golang.org/x/arch v0.13.0 // indirect
95-
golang.org/x/mod v0.27.0 // indirect
96-
golang.org/x/oauth2 v0.27.0 // indirect
97-
golang.org/x/sync v0.16.0 // indirect
98-
golang.org/x/tools v0.36.0 // indirect
99-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
98+
go.yaml.in/yaml/v3 v3.0.4 // indirect
99+
golang.org/x/arch v0.22.0 // indirect
100+
golang.org/x/mod v0.29.0 // indirect
101+
golang.org/x/oauth2 v0.30.0 // indirect
102+
golang.org/x/sync v0.17.0 // indirect
103+
golang.org/x/tools v0.38.0 // indirect
104+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
100105
)
101106

102107
require (
@@ -105,19 +110,19 @@ require (
105110
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
106111
github.com/Masterminds/goutils v1.1.1 // indirect
107112
github.com/Masterminds/semver/v3 v3.3.1 // indirect
108-
github.com/antchfx/xpath v1.3.3 // indirect
113+
github.com/antchfx/xpath v1.3.5 // indirect
109114
github.com/aymerick/douceur v0.2.0 // indirect
110-
github.com/beevik/etree v1.4.1 // indirect
115+
github.com/beevik/etree v1.5.0 // indirect
111116
github.com/cespare/xxhash/v2 v2.3.0 // indirect
112117
github.com/crewjam/httperr v0.2.0 // indirect
113118
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
114119
github.com/dustin/go-humanize v1.0.1 // indirect
115-
github.com/fsnotify/fsnotify v1.8.0 // indirect
116-
github.com/gin-contrib/sse v1.0.0 // indirect
120+
github.com/fsnotify/fsnotify v1.9.0 // indirect
121+
github.com/gin-contrib/sse v1.1.0 // indirect
117122
github.com/go-playground/locales v0.14.1 // indirect
118123
github.com/go-playground/universal-translator v0.18.1 // indirect
119-
github.com/go-playground/validator/v10 v10.24.0 // indirect
120-
github.com/goccy/go-json v0.10.4 // indirect
124+
github.com/go-playground/validator/v10 v10.28.0 // indirect
125+
github.com/goccy/go-json v0.10.5 // indirect
121126
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
122127
github.com/google/uuid v1.6.0
123128
github.com/gorilla/css v1.0.1 // indirect
@@ -132,18 +137,18 @@ require (
132137
github.com/mitchellh/reflectwalk v1.0.2 // indirect
133138
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
134139
github.com/modern-go/reflect2 v1.0.2 // indirect
135-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
140+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
136141
github.com/pkg/errors v0.9.1 // indirect
137142
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
138143
github.com/russellhaering/goxmldsig v1.4.0 // indirect
139144
github.com/shopspring/decimal v1.4.0 // indirect
140-
github.com/spf13/afero v1.12.0 // indirect
141-
github.com/spf13/cast v1.7.1 // indirect
142-
github.com/spf13/pflag v1.0.6 // indirect
145+
github.com/spf13/afero v1.15.0 // indirect
146+
github.com/spf13/cast v1.10.0 // indirect
147+
github.com/spf13/pflag v1.0.10 // indirect
143148
github.com/subosito/gotenv v1.6.0 // indirect
144-
github.com/ugorji/go/codec v1.2.12 // indirect
145-
golang.org/x/net v0.43.0 // indirect
146-
golang.org/x/sys v0.35.0 // indirect
147-
golang.org/x/text v0.28.0 // indirect
149+
github.com/ugorji/go/codec v1.3.0 // indirect
150+
golang.org/x/net v0.46.0 // indirect
151+
golang.org/x/sys v0.37.0 // indirect
152+
golang.org/x/text v0.30.0 // indirect
148153
gopkg.in/yaml.v3 v3.0.1 // indirect
149154
)

0 commit comments

Comments
 (0)