@@ -22,12 +22,12 @@ require (
2222 github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667
2323 github.com/go-ldap/ldap/v3 v3.4.11
2424 github.com/go-openapi/errors v0.22.4
25- github.com/go-openapi/loads v0.23.2
25+ github.com/go-openapi/loads v0.23.2 // indirect
2626 github.com/go-openapi/runtime v0.29.2
27- github.com/go-openapi/spec v0.22.1
27+ github.com/go-openapi/spec v0.22.1 // indirect
2828 github.com/go-openapi/strfmt v0.25.0
2929 github.com/go-openapi/swag v0.23.1
30- github.com/go-openapi/validate v0.25.1
30+ github.com/go-openapi/validate v0.25.1 // indirect
3131 github.com/gocarina/gocsv v0.0.0-20210516172204-ca9e8a8ddea8
3232 github.com/gocraft/work v0.5.1
3333 github.com/golang-jwt/jwt/v5 v5.2.2
@@ -59,18 +59,18 @@ require (
5959 github.com/volcengine/volcengine-go-sdk v1.1.44
6060 go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.63.0
6161 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0
62- go.opentelemetry.io/otel v1.38 .0
62+ go.opentelemetry.io/otel v1.40 .0
6363 go.opentelemetry.io/otel/exporters/jaeger v1.17.0
64- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34 .0
65- go.opentelemetry.io/otel/sdk v1.38 .0
66- go.opentelemetry.io/otel/trace v1.38 .0
64+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40 .0
65+ go.opentelemetry.io/otel/sdk v1.40 .0
66+ go.opentelemetry.io/otel/trace v1.40 .0
6767 go.pinniped.dev v0.37.0
6868 go.uber.org/ratelimit v0.3.1
69- golang.org/x/crypto v0.45 .0
70- golang.org/x/net v0.47 .0
71- golang.org/x/oauth2 v0.28 .0
72- golang.org/x/sync v0.18 .0
73- golang.org/x/text v0.31 .0
69+ golang.org/x/crypto v0.47 .0
70+ golang.org/x/net v0.49 .0
71+ golang.org/x/oauth2 v0.34 .0
72+ golang.org/x/sync v0.19 .0
73+ golang.org/x/text v0.33 .0
7474 golang.org/x/time v0.13.0
7575 gopkg.in/h2non/gock.v1 v1.1.2
7676 gopkg.in/yaml.v2 v2.4.0
@@ -82,7 +82,7 @@ require (
8282)
8383
8484require (
85- cloud.google.com/go/compute/metadata v0.5.2 // indirect
85+ cloud.google.com/go/compute/metadata v0.9.0 // indirect
8686 github.com/Azure/azure-sdk-for-go v37.2.0+incompatible // indirect
8787 github.com/Azure/go-autorest v14.2.0+incompatible // indirect
8888 github.com/Azure/go-autorest/autorest v0.11.27 // indirect
@@ -96,6 +96,7 @@ require (
9696 github.com/Unknwon/goconfig v0.0.0-20160216183935-5f601ca6ef4d // indirect
9797 github.com/benbjohnson/clock v1.3.0 // indirect
9898 github.com/beorn7/perks v1.0.1 // indirect
99+ github.com/cenkalti/backoff/v5 v5.0.3 // indirect
99100 github.com/cespare/xxhash/v2 v2.3.0 // indirect
100101 github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
101102 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -108,7 +109,7 @@ require (
108109 github.com/felixge/httpsnoop v1.0.4 // indirect
109110 github.com/fsnotify/fsnotify v1.8.0 // indirect
110111 github.com/fxamacker/cbor/v2 v2.9.0 // indirect
111- github.com/go-jose/go-jose/v4 v4.0.5 // indirect
112+ github.com/go-jose/go-jose/v4 v4.1.3 // indirect
112113 github.com/go-logr/logr v1.4.3 // indirect
113114 github.com/go-logr/stdr v1.2.2 // indirect
114115 github.com/go-openapi/analysis v0.24.1 // indirect
@@ -128,7 +129,7 @@ require (
128129 github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
129130 github.com/google/go-querystring v1.1.0 // indirect
130131 github.com/gorilla/securecookie v1.1.2 // indirect
131- github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
132+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
132133 github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
133134 github.com/hashicorp/errwrap v1.1.0 // indirect
134135 github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -180,22 +181,22 @@ require (
180181 github.com/x448/float16 v0.8.4 // indirect
181182 go.mongodb.org/mongo-driver v1.17.6 // indirect
182183 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
183- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0 // indirect
184- go.opentelemetry.io/otel/metric v1.38 .0 // indirect
185- go.opentelemetry.io/proto/otlp v1.5 .0 // indirect
184+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40 .0 // indirect
185+ go.opentelemetry.io/otel/metric v1.40 .0 // indirect
186+ go.opentelemetry.io/proto/otlp v1.9 .0 // indirect
186187 go.uber.org/multierr v1.11.0 // indirect
187188 go.uber.org/zap v1.27.0 // indirect
188189 go.yaml.in/yaml/v2 v2.4.2 // indirect
189190 go.yaml.in/yaml/v3 v3.0.4 // indirect
190191 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
191- golang.org/x/sys v0.38 .0 // indirect
192- golang.org/x/term v0.37 .0 // indirect
192+ golang.org/x/sys v0.40 .0 // indirect
193+ golang.org/x/term v0.39 .0 // indirect
193194 google.golang.org/api v0.171.0 // indirect
194195 google.golang.org/cloud v0.0.0-20151119220103-975617b05ea8 // indirect
195- google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
196- google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
197- google.golang.org/grpc v1.69.4 // indirect
198- google.golang.org/protobuf v1.36.6 // indirect
196+ google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
197+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
198+ google.golang.org/grpc v1.78.0 // indirect
199+ google.golang.org/protobuf v1.36.11 // indirect
199200 gopkg.in/inf.v0 v0.9.1 // indirect
200201 gopkg.in/ini.v1 v1.67.0 // indirect
201202 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments