|
1 | 1 | module github.com/AthenZ/authorization-proxy/v4 |
2 | 2 |
|
3 | | -go 1.25.3 |
| 3 | +go 1.26.2 |
4 | 4 |
|
5 | 5 | replace ( |
6 | 6 | cloud.google.com/go => cloud.google.com/go v0.123.0 |
7 | | - github.com/AthenZ/athenz-authorizer/v5 => github.com/AthenZ/athenz-authorizer/v5 v5.8.1 |
8 | | - github.com/kpango/gache/v2 => github.com/kpango/gache/v2 v2.1.3 |
| 7 | + github.com/AthenZ/athenz-authorizer/v5 => github.com/AthenZ/athenz-authorizer/v5 v5.8.2-0.20260430071013-441020a4cecb |
| 8 | + github.com/kpango/gache/v2 => github.com/kpango/gache/v2 v2.1.10 |
9 | 9 | github.com/kpango/glg => github.com/kpango/glg v1.6.15 |
10 | 10 | github.com/mwitkow/grpc-proxy => github.com/mwitkow/grpc-proxy v0.0.0-20250813121105-2866842de9a5 |
11 | 11 | github.com/pkg/errors => github.com/pkg/errors v0.9.1 |
12 | 12 | github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.23.2 |
13 | 13 | github.com/prometheus/client_model => github.com/prometheus/client_model v0.6.2 |
14 | | - go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v1.40.0 |
15 | | - golang.org/x/sync => golang.org/x/sync v0.19.0 |
16 | | - google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 |
17 | | - google.golang.org/grpc => google.golang.org/grpc v1.79.1 |
| 14 | + golang.org/x/sync => golang.org/x/sync v0.20.0 |
| 15 | + google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 |
| 16 | + google.golang.org/grpc => google.golang.org/grpc v1.80.0 |
18 | 17 | google.golang.org/protobuf => google.golang.org/protobuf v1.36.11 |
19 | 18 | gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0 |
20 | 19 | ) |
21 | 20 |
|
22 | 21 | require ( |
23 | 22 | github.com/AthenZ/athenz-authorizer/v5 v5.0.0-00010101000000-000000000000 |
24 | | - github.com/kpango/gache/v2 v2.1.3 |
| 23 | + github.com/kpango/gache/v2 v2.1.10 |
25 | 24 | github.com/kpango/glg v1.6.15 |
26 | 25 | github.com/mwitkow/grpc-proxy v0.0.0-00010101000000-000000000000 |
27 | 26 | github.com/pkg/errors v0.9.1 |
28 | | - github.com/prometheus/client_golang v1.23.2 |
| 27 | + github.com/prometheus/client_golang v1.20.4 |
29 | 28 | github.com/prometheus/client_model v0.6.2 |
30 | | - golang.org/x/sync v0.19.0 |
31 | | - google.golang.org/grpc v1.79.1 |
| 29 | + golang.org/x/sync v0.20.0 |
| 30 | + google.golang.org/grpc v1.80.0 |
32 | 31 | google.golang.org/protobuf v1.36.11 |
33 | 32 | gopkg.in/yaml.v2 v2.4.0 |
34 | 33 | ) |
35 | 34 |
|
36 | 35 | require ( |
37 | | - github.com/AthenZ/athenz v1.12.27 // indirect |
| 36 | + github.com/AthenZ/athenz v1.12.39 // indirect |
38 | 37 | github.com/ardielle/ardielle-go v1.5.2 // indirect |
39 | 38 | github.com/beorn7/perks v1.0.1 // indirect |
40 | 39 | github.com/cenkalti/backoff/v5 v5.0.3 // indirect |
41 | 40 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
42 | | - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect |
| 41 | + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect |
43 | 42 | github.com/felixge/httpsnoop v1.0.4 // indirect |
44 | 43 | github.com/fxamacker/cbor/v2 v2.9.0 // indirect |
45 | | - github.com/go-jose/go-jose/v4 v4.1.3 // indirect |
| 44 | + github.com/go-jose/go-jose/v4 v4.1.4 // indirect |
46 | 45 | github.com/go-logr/logr v1.4.3 // indirect |
47 | 46 | github.com/go-logr/stdr v1.2.2 // indirect |
48 | | - github.com/goccy/go-json v0.10.5 // indirect |
49 | | - github.com/gogo/protobuf v1.3.2 // indirect |
| 47 | + github.com/goccy/go-json v0.10.6 // indirect |
50 | 48 | github.com/golang-jwt/jwt/v4 v4.5.2 // indirect |
51 | 49 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
52 | 50 | github.com/google/uuid v1.6.0 // indirect |
53 | | - github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect |
| 51 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect |
54 | 52 | github.com/json-iterator/go v1.1.12 // indirect |
55 | 53 | github.com/klauspost/cpuid/v2 v2.3.0 // indirect |
56 | 54 | github.com/kpango/fastime v1.1.10 // indirect |
57 | 55 | github.com/lestrrat-go/blackmagic v1.0.4 // indirect |
58 | | - github.com/lestrrat-go/dsig v1.0.0 // indirect |
| 56 | + github.com/lestrrat-go/dsig v1.3.0 // indirect |
59 | 57 | github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect |
60 | 58 | github.com/lestrrat-go/httpcc v1.0.1 // indirect |
61 | | - github.com/lestrrat-go/httprc/v3 v3.0.1 // indirect |
62 | | - github.com/lestrrat-go/jwx/v3 v3.0.11 // indirect |
63 | | - github.com/lestrrat-go/option v1.0.1 // indirect |
| 59 | + github.com/lestrrat-go/httprc/v3 v3.0.5 // indirect |
| 60 | + github.com/lestrrat-go/jwx/v3 v3.1.0 // indirect |
64 | 61 | github.com/lestrrat-go/option/v2 v2.0.0 // indirect |
65 | 62 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
66 | 63 | github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect |
67 | 64 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
68 | | - github.com/prometheus/common v0.67.1 // indirect |
69 | | - github.com/prometheus/procfs v0.17.0 // indirect |
| 65 | + github.com/prometheus/common v0.66.1 // indirect |
| 66 | + github.com/prometheus/procfs v0.16.1 // indirect |
70 | 67 | github.com/segmentio/asm v1.2.1 // indirect |
71 | | - github.com/theparanoids/crypki v1.20.9 // indirect |
72 | | - github.com/valyala/fastjson v1.6.4 // indirect |
| 68 | + github.com/theparanoids/crypki v1.21.0 // indirect |
| 69 | + github.com/valyala/fastjson v1.6.10 // indirect |
73 | 70 | github.com/x448/float16 v0.8.4 // indirect |
74 | 71 | github.com/zeebo/xxh3 v1.1.0 // indirect |
75 | 72 | go.opentelemetry.io/auto/sdk v1.2.1 // indirect |
76 | | - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect |
77 | | - go.opentelemetry.io/otel v1.40.0 // indirect |
78 | | - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0 // indirect |
79 | | - go.opentelemetry.io/otel/metric v1.40.0 // indirect |
80 | | - go.opentelemetry.io/otel/sdk v1.40.0 // indirect |
81 | | - go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect |
82 | | - go.opentelemetry.io/otel/trace v1.40.0 // indirect |
83 | | - go.opentelemetry.io/proto/otlp v1.8.0 // indirect |
| 73 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect |
| 74 | + go.opentelemetry.io/otel v1.43.0 // indirect |
| 75 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43.0 // indirect |
| 76 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.43.0 // indirect |
| 77 | + go.opentelemetry.io/otel/metric v1.43.0 // indirect |
| 78 | + go.opentelemetry.io/otel/sdk v1.43.0 // indirect |
| 79 | + go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect |
| 80 | + go.opentelemetry.io/otel/trace v1.43.0 // indirect |
| 81 | + go.opentelemetry.io/proto/otlp v1.10.0 // indirect |
84 | 82 | go.yaml.in/yaml/v2 v2.4.3 // indirect |
85 | | - golang.org/x/net v0.48.0 // indirect |
86 | | - golang.org/x/sys v0.41.0 // indirect |
87 | | - golang.org/x/text v0.32.0 // indirect |
88 | | - google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect |
89 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect |
| 83 | + golang.org/x/net v0.53.0 // indirect |
| 84 | + golang.org/x/sys v0.43.0 // indirect |
| 85 | + golang.org/x/text v0.36.0 // indirect |
| 86 | + google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect |
| 87 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect |
90 | 88 | gopkg.in/inf.v0 v0.9.1 // indirect |
91 | 89 | gopkg.in/yaml.v3 v3.0.1 // indirect |
92 | | - k8s.io/apimachinery v0.34.1 // indirect |
93 | | - k8s.io/client-go v0.34.1 // indirect |
| 90 | + k8s.io/apimachinery v0.35.4 // indirect |
| 91 | + k8s.io/client-go v0.35.4 // indirect |
94 | 92 | k8s.io/klog/v2 v2.130.1 // indirect |
95 | | - k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect |
| 93 | + k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect |
| 94 | + k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect |
96 | 95 | sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect |
97 | 96 | sigs.k8s.io/randfill v1.0.0 // indirect |
98 | 97 | sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect |
|
0 commit comments