Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
github.com/cjoudrey/gluaurl v0.0.0-20161028222611-31cbb9bef199
github.com/coreos/go-oidc/v3 v3.19.0
github.com/coreos/go-oidc/v3 v3.20.0
github.com/dchest/siphash v1.2.3
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0
github.com/dgryski/go-mpchash v0.0.0-20200819201138-7382f34c4cd1
Expand All @@ -22,19 +22,19 @@ require (
github.com/golang-jwt/jwt/v4 v4.5.2
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/hashicorp/memberlist v0.5.4
github.com/hashicorp/memberlist v0.6.0
github.com/instana/go-sensor v1.73.4
github.com/klauspost/compress v1.19.0
github.com/lightstep/lightstep-tracer-go v0.26.0
github.com/miekg/dns v1.1.72
github.com/molecule-man/go-brrr v1.0.0
github.com/molecule-man/go-brrr v1.0.1
github.com/oklog/ulid v1.3.1
github.com/open-policy-agent/eopa v1.46.1-0.20260410145035-769c001a4008
github.com/open-policy-agent/opa v1.14.1
github.com/open-policy-agent/opa-envoy-plugin v1.14.1-envoy
github.com/opentracing/basictracer-go v1.1.0
github.com/opentracing/opentracing-go v1.2.0
github.com/pires/go-proxyproto v0.14.0
github.com/pires/go-proxyproto v0.15.0
github.com/prometheus/client_golang v1.23.2
github.com/prometheus/client_model v0.6.2
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
Expand Down Expand Up @@ -69,7 +69,7 @@ require (
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
golang.org/x/crypto v0.54.0
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9
golang.org/x/net v0.56.0
golang.org/x/net v0.57.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sync v0.22.0
golang.org/x/term v0.45.0
Expand Down Expand Up @@ -180,7 +180,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-metrics v0.5.4 // indirect
github.com/hashicorp/go-metrics v0.6.0 // indirect
github.com/hashicorp/go-msgpack/v2 v2.1.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
Expand Down
Loading