11module github.com/redpanda-data/console/backend
22
3- go 1.25.1
3+ go 1.26.0
44
55require (
66 buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.10-20250912141014-52f32327d4b0.1
@@ -23,10 +23,10 @@ require (
2323 github.com/dop251/goja v0.0.0-20251103141225-af2ceb9156d7
2424 github.com/fxamacker/cbor/v2 v2.9.0
2525 github.com/getkin/kin-openapi v0.133.0
26- github.com/go-chi/chi/v5 v5.2.3
26+ github.com/go-chi/chi/v5 v5.2.5
2727 github.com/go-chi/cors v1.2.2
28- github.com/go-git/go-billy/v5 v5.6.2
29- github.com/go-git/go-git/v5 v5.16.3
28+ github.com/go-git/go-billy/v5 v5.7.0
29+ github.com/go-git/go-git/v5 v5.16.5
3030 github.com/go-viper/mapstructure/v2 v2.4.0
3131 github.com/google/go-cmp v0.7.0
3232 github.com/google/uuid v1.6.0
@@ -66,9 +66,9 @@ require (
6666 go.uber.org/mock v0.6.0
6767 go.vallahaye.net/connect-gateway v0.11.0
6868 golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6
69- golang.org/x/net v0.48 .0
69+ golang.org/x/net v0.50 .0
7070 golang.org/x/sync v0.19.0
71- golang.org/x/text v0.33 .0
71+ golang.org/x/text v0.34 .0
7272 google.golang.org/genproto v0.0.0-20251111163417-95abcf5c77ba
7373 google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba
7474 google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba
@@ -104,7 +104,7 @@ require (
104104 github.com/bitly/go-simplejson v0.5.0 // indirect
105105 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
106106 github.com/cespare/xxhash/v2 v2.3.0 // indirect
107- github.com/cloudflare/circl v1.6.1 // indirect
107+ github.com/cloudflare/circl v1.6.3 // indirect
108108 github.com/cockroachdb/apd/v3 v3.2.1 // indirect
109109 github.com/containerd/errdefs v1.0.0 // indirect
110110 github.com/containerd/errdefs/pkg v0.3.0 // indirect
@@ -113,7 +113,7 @@ require (
113113 github.com/cpuguy83/dockercfg v0.3.2 // indirect
114114 github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
115115 github.com/creack/pty v1.1.20 // indirect
116- github.com/cyphar/filepath-securejoin v0.4 .1 // indirect
116+ github.com/cyphar/filepath-securejoin v0.6 .1 // indirect
117117 github.com/davecgh/go-spew v1.1.1 // indirect
118118 github.com/distribution/reference v0.6.0 // indirect
119119 github.com/dlclark/regexp2 v1.11.5 // indirect
@@ -151,7 +151,7 @@ require (
151151 github.com/jcmturner/rpc/v2 v2.0.3 // indirect
152152 github.com/josharian/intern v1.0.0 // indirect
153153 github.com/json-iterator/go v1.1.12 // indirect
154- github.com/kevinburke/ssh_config v1.4 .0 // indirect
154+ github.com/kevinburke/ssh_config v1.6 .0 // indirect
155155 github.com/klauspost/compress v1.18.3 // indirect
156156 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
157157 github.com/knadh/koanf/maps v0.1.2 // indirect
@@ -225,10 +225,10 @@ require (
225225 go.uber.org/zap v1.27.1 // indirect
226226 go.yaml.in/yaml/v2 v2.4.3 // indirect
227227 go.yaml.in/yaml/v3 v3.0.4 // indirect
228- golang.org/x/crypto v0.47 .0 // indirect
229- golang.org/x/mod v0.31 .0 // indirect
228+ golang.org/x/crypto v0.48 .0 // indirect
229+ golang.org/x/mod v0.32 .0 // indirect
230230 golang.org/x/oauth2 v0.31.0 // indirect
231- golang.org/x/sys v0.40 .0 // indirect
231+ golang.org/x/sys v0.41 .0 // indirect
232232 golang.org/x/time v0.13.0 // indirect
233233 gopkg.in/linkedin/goavro.v1 v1.0.5 // indirect
234234 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
0 commit comments