|
1 | 1 | module github.com/AthenZ/authorization-proxy/v4
|
2 | 2 |
|
3 |
| -go 1.23.4 |
| 3 | +go 1.25.1 |
4 | 4 |
|
5 | 5 | replace (
|
6 |
| - cloud.google.com/go => cloud.google.com/go v0.112.2 |
7 |
| - github.com/golang/mock => github.com/golang/mock v1.6.0 |
8 |
| - github.com/golang/protobuf => github.com/golang/protobuf v1.5.4 |
9 |
| - github.com/google/go-cmp => github.com/google/go-cmp v0.6.0 |
10 |
| - github.com/google/pprof => github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd |
11 |
| - github.com/prometheus/common => github.com/prometheus/common v0.48.0 |
12 |
| - golang.org/x/exp => golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 |
13 |
| - golang.org/x/image => golang.org/x/image v0.15.0 |
14 |
| - golang.org/x/lint => golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 |
15 |
| - golang.org/x/mobile => golang.org/x/mobile v0.0.0-20240404231514-09dbf07665ed |
16 |
| - golang.org/x/mod => golang.org/x/mod v0.17.0 |
17 |
| - golang.org/x/oauth2 => golang.org/x/oauth2 v0.19.0 |
18 |
| - golang.org/x/term => golang.org/x/term v0.19.0 |
19 |
| - golang.org/x/text => golang.org/x/text v0.14.0 |
20 |
| - golang.org/x/time => golang.org/x/time v0.5.0 |
21 |
| - golang.org/x/tools => golang.org/x/tools v0.20.0 |
22 |
| - golang.org/x/xerrors => golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 |
23 |
| - google.golang.org/api => google.golang.org/api v0.172.0 |
24 |
| - google.golang.org/appengine => google.golang.org/appengine v1.6.8 |
25 |
| - google.golang.org/genproto => google.golang.org/genproto v0.0.0-20240412170617-26222e5d3d56 |
26 |
| - google.golang.org/grpc => google.golang.org/grpc v1.63.2 |
27 |
| - google.golang.org/protobuf => google.golang.org/protobuf v1.33.0 |
| 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.7.0 |
| 8 | + github.com/kpango/gache/v2 => github.com/kpango/gache/v2 v2.1.1 |
| 9 | + github.com/kpango/glg => github.com/kpango/glg v1.6.15 |
| 10 | + github.com/mwitkow/grpc-proxy => github.com/mwitkow/grpc-proxy v0.0.0-20250813121105-2866842de9a5 |
| 11 | + github.com/pkg/errors => github.com/pkg/errors v0.9.1 |
| 12 | + github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.23.2 |
| 13 | + github.com/prometheus/client_model => github.com/prometheus/client_model v0.6.2 |
| 14 | + golang.org/x/sync => golang.org/x/sync v0.17.0 |
| 15 | + google.golang.org/grpc => google.golang.org/grpc v1.75.1 |
| 16 | + google.golang.org/protobuf => google.golang.org/protobuf v1.36.9 |
| 17 | + gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0 |
28 | 18 | )
|
29 | 19 |
|
30 | 20 | require (
|
31 |
| - github.com/AthenZ/athenz-authorizer/v5 v5.7.0 |
| 21 | + github.com/AthenZ/athenz-authorizer/v5 v5.0.0-00010101000000-000000000000 |
| 22 | + github.com/kpango/gache/v2 v2.1.0 |
32 | 23 | github.com/kpango/glg v1.6.15
|
33 |
| - github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76 |
| 24 | + github.com/mwitkow/grpc-proxy v0.0.0-00010101000000-000000000000 |
34 | 25 | github.com/pkg/errors v0.9.1
|
35 |
| - github.com/prometheus/client_golang v1.19.1 |
36 |
| - github.com/prometheus/client_model v0.5.0 |
37 |
| - golang.org/x/sync v0.12.0 |
38 |
| - google.golang.org/grpc v1.71.0 |
39 |
| - google.golang.org/protobuf v1.36.5 |
| 26 | + github.com/prometheus/client_golang v1.20.4 |
| 27 | + github.com/prometheus/client_model v0.6.2 |
| 28 | + golang.org/x/sync v0.17.0 |
| 29 | + google.golang.org/grpc v1.75.1 |
| 30 | + google.golang.org/protobuf v1.36.9 |
40 | 31 | gopkg.in/yaml.v2 v2.4.0
|
41 | 32 | )
|
42 | 33 |
|
43 | 34 | require (
|
44 |
| - github.com/AthenZ/athenz v1.12.13 // indirect |
| 35 | + github.com/AthenZ/athenz v1.12.26 // indirect |
45 | 36 | github.com/ardielle/ardielle-go v1.5.2 // indirect
|
46 | 37 | github.com/beorn7/perks v1.0.1 // indirect
|
47 |
| - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 38 | + github.com/cenkalti/backoff/v5 v5.0.3 // indirect |
| 39 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
48 | 40 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
49 |
| - github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
50 |
| - github.com/go-jose/go-jose/v4 v4.0.5 // indirect |
51 |
| - github.com/go-logr/logr v1.4.2 // indirect |
| 41 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 42 | + github.com/fxamacker/cbor/v2 v2.9.0 // indirect |
| 43 | + github.com/go-jose/go-jose/v4 v4.1.2 // indirect |
| 44 | + github.com/go-logr/logr v1.4.3 // indirect |
| 45 | + github.com/go-logr/stdr v1.2.2 // indirect |
52 | 46 | github.com/goccy/go-json v0.10.5 // indirect
|
53 | 47 | github.com/gogo/protobuf v1.3.2 // indirect
|
54 | 48 | github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
|
55 |
| - github.com/golang/protobuf v1.5.4 // indirect |
56 |
| - github.com/google/gofuzz v1.2.0 // indirect |
57 | 49 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
| 50 | + github.com/google/uuid v1.6.0 // indirect |
| 51 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect |
58 | 52 | github.com/json-iterator/go v1.1.12 // indirect
|
59 |
| - github.com/klauspost/cpuid/v2 v2.2.10 // indirect |
60 |
| - github.com/kpango/fastime v1.1.9 // indirect |
61 |
| - github.com/kpango/gache/v2 v2.1.1 // indirect |
| 53 | + github.com/klauspost/cpuid/v2 v2.3.0 // indirect |
| 54 | + github.com/kpango/fastime v1.1.10 // indirect |
62 | 55 | github.com/kr/text v0.2.0 // indirect
|
63 |
| - github.com/lestrrat-go/blackmagic v1.0.2 // indirect |
| 56 | + github.com/lestrrat-go/blackmagic v1.0.4 // indirect |
| 57 | + github.com/lestrrat-go/dsig v1.0.0 // indirect |
| 58 | + github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect |
64 | 59 | github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
65 |
| - github.com/lestrrat-go/httprc/v3 v3.0.0-beta1 // indirect |
66 |
| - github.com/lestrrat-go/jwx/v3 v3.0.0 // indirect |
| 60 | + github.com/lestrrat-go/httprc/v3 v3.0.1 // indirect |
| 61 | + github.com/lestrrat-go/jwx/v3 v3.0.11 // indirect |
67 | 62 | github.com/lestrrat-go/option v1.0.1 // indirect
|
| 63 | + github.com/lestrrat-go/option/v2 v2.0.0 // indirect |
68 | 64 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
69 |
| - github.com/modern-go/reflect2 v1.0.2 // indirect |
70 |
| - github.com/prometheus/common v0.48.0 // indirect |
71 |
| - github.com/prometheus/procfs v0.12.0 // indirect |
72 |
| - github.com/segmentio/asm v1.2.0 // indirect |
| 65 | + github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect |
| 66 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 67 | + github.com/prometheus/common v0.66.1 // indirect |
| 68 | + github.com/prometheus/procfs v0.17.0 // indirect |
| 69 | + github.com/segmentio/asm v1.2.1 // indirect |
| 70 | + github.com/theparanoids/crypki v1.20.9 // indirect |
| 71 | + github.com/valyala/fastjson v1.6.4 // indirect |
73 | 72 | github.com/x448/float16 v0.8.4 // indirect
|
74 | 73 | github.com/zeebo/xxh3 v1.0.2 // indirect
|
75 |
| - golang.org/x/crypto v0.36.0 // indirect |
76 |
| - golang.org/x/net v0.38.0 // indirect |
77 |
| - golang.org/x/sys v0.31.0 // indirect |
78 |
| - golang.org/x/text v0.23.0 // indirect |
79 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect |
| 74 | + go.opentelemetry.io/auto/sdk v1.2.1 // indirect |
| 75 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect |
| 76 | + go.opentelemetry.io/otel v1.38.0 // indirect |
| 77 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0 // indirect |
| 78 | + go.opentelemetry.io/otel/metric v1.38.0 // indirect |
| 79 | + go.opentelemetry.io/otel/sdk v1.38.0 // indirect |
| 80 | + go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect |
| 81 | + go.opentelemetry.io/otel/trace v1.38.0 // indirect |
| 82 | + go.opentelemetry.io/proto/otlp v1.8.0 // indirect |
| 83 | + go.yaml.in/yaml/v2 v2.4.3 // indirect |
| 84 | + golang.org/x/crypto v0.42.0 // indirect |
| 85 | + golang.org/x/net v0.44.0 // indirect |
| 86 | + golang.org/x/sys v0.36.0 // indirect |
| 87 | + golang.org/x/text v0.29.0 // indirect |
| 88 | + google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect |
| 89 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect |
80 | 90 | gopkg.in/inf.v0 v0.9.1 // indirect
|
81 | 91 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
82 |
| - k8s.io/apimachinery v0.32.3 // indirect |
83 |
| - k8s.io/client-go v0.32.3 // indirect |
| 92 | + k8s.io/apimachinery v0.34.1 // indirect |
| 93 | + k8s.io/client-go v0.34.1 // indirect |
84 | 94 | k8s.io/klog/v2 v2.130.1 // indirect
|
85 |
| - k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect |
86 |
| - sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect |
87 |
| - sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect |
88 |
| - sigs.k8s.io/yaml v1.4.0 // indirect |
| 95 | + k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d // indirect |
| 96 | + sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect |
| 97 | + sigs.k8s.io/randfill v1.0.0 // indirect |
| 98 | + sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect |
89 | 99 | )
|
0 commit comments