Skip to content

Commit dce93b3

Browse files
committed
chore: update Go module dependencies to latest versions
Signed-off-by: fsul7o <75571344+fsul7o@users.noreply.github.com>
1 parent ed94129 commit dce93b3

3 files changed

Lines changed: 115 additions & 145 deletions

File tree

go.mod

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,97 @@
11
module github.com/AthenZ/authorization-proxy/v4
22

3-
go 1.25.3
3+
go 1.26.2
44

55
replace (
66
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
99
github.com/kpango/glg => github.com/kpango/glg v1.6.15
1010
github.com/mwitkow/grpc-proxy => github.com/mwitkow/grpc-proxy v0.0.0-20250813121105-2866842de9a5
1111
github.com/pkg/errors => github.com/pkg/errors v0.9.1
1212
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.23.2
1313
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
1817
google.golang.org/protobuf => google.golang.org/protobuf v1.36.11
1918
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0
2019
)
2120

2221
require (
2322
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
2524
github.com/kpango/glg v1.6.15
2625
github.com/mwitkow/grpc-proxy v0.0.0-00010101000000-000000000000
2726
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
2928
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
3231
google.golang.org/protobuf v1.36.11
3332
gopkg.in/yaml.v2 v2.4.0
3433
)
3534

3635
require (
37-
github.com/AthenZ/athenz v1.12.27 // indirect
36+
github.com/AthenZ/athenz v1.12.39 // indirect
3837
github.com/ardielle/ardielle-go v1.5.2 // indirect
3938
github.com/beorn7/perks v1.0.1 // indirect
4039
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4140
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
4342
github.com/felixge/httpsnoop v1.0.4 // indirect
4443
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
4645
github.com/go-logr/logr v1.4.3 // indirect
4746
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
5048
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
5149
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
5250
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
5452
github.com/json-iterator/go v1.1.12 // indirect
5553
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
5654
github.com/kpango/fastime v1.1.10 // indirect
5755
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
5957
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
6058
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
6461
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
6562
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6663
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6764
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
7067
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
7370
github.com/x448/float16 v0.8.4 // indirect
7471
github.com/zeebo/xxh3 v1.1.0 // indirect
7572
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
8482
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
9088
gopkg.in/inf.v0 v0.9.1 // indirect
9189
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
9492
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
9695
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
9796
sigs.k8s.io/randfill v1.0.0 // indirect
9897
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect

go.mod.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/AthenZ/authorization-proxy/v4
22

3-
go 1.25.1
3+
go 1.26.2
44

55
replace (
66
cloud.google.com/go => cloud.google.com/go upgrade

0 commit comments

Comments
 (0)