|
1 | 1 | module github.com/brancz/kube-rbac-proxy
|
2 | 2 |
|
3 |
| -go 1.22.0 |
4 |
| - |
5 |
| -toolchain go1.22.3 |
| 3 | +go 1.23 |
6 | 4 |
|
7 | 5 | require (
|
8 | 6 | github.com/ghodss/yaml v1.0.0
|
9 | 7 | github.com/google/go-cmp v0.6.0
|
10 | 8 | github.com/oklog/run v1.1.0
|
11 |
| - github.com/spf13/cobra v1.8.0 |
| 9 | + github.com/spf13/cobra v1.8.1 |
12 | 10 | github.com/spf13/pflag v1.0.5
|
13 |
| - golang.org/x/net v0.26.0 |
| 11 | + golang.org/x/net v0.28.0 |
14 | 12 | gopkg.in/yaml.v2 v2.4.0
|
15 |
| - k8s.io/api v0.30.1 |
16 |
| - k8s.io/apimachinery v0.30.1 |
17 |
| - k8s.io/apiserver v0.30.1 |
18 |
| - k8s.io/client-go v0.30.1 |
19 |
| - k8s.io/component-base v0.30.1 |
20 |
| - k8s.io/klog/v2 v2.120.1 |
| 13 | + k8s.io/api v0.31.0 |
| 14 | + k8s.io/apimachinery v0.31.0 |
| 15 | + k8s.io/apiserver v0.31.0 |
| 16 | + k8s.io/client-go v0.31.0 |
| 17 | + k8s.io/component-base v0.31.0 |
| 18 | + k8s.io/klog/v2 v2.130.1 |
21 | 19 | )
|
22 | 20 |
|
23 | 21 | require (
|
24 | 22 | github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
25 | 23 | github.com/NYTimes/gziphandler v1.1.1 // indirect
|
26 |
| - github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect |
| 24 | + github.com/antlr4-go/antlr/v4 v4.13.0 // indirect |
27 | 25 | github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
|
28 | 26 | github.com/beorn7/perks v1.0.1 // indirect
|
29 | 27 | github.com/blang/semver/v4 v4.0.0 // indirect
|
30 |
| - github.com/cenkalti/backoff/v4 v4.2.1 // indirect |
31 |
| - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 28 | + github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
| 29 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
32 | 30 | github.com/coreos/go-oidc v2.2.1+incompatible // indirect
|
33 | 31 | github.com/coreos/go-semver v0.3.1 // indirect
|
34 | 32 | github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
35 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
| 33 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
36 | 34 | github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
37 |
| - github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
38 |
| - github.com/felixge/httpsnoop v1.0.3 // indirect |
| 35 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
39 | 36 | github.com/fsnotify/fsnotify v1.7.0 // indirect
|
40 |
| - github.com/go-logr/logr v1.4.1 // indirect |
| 37 | + github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
| 38 | + github.com/go-logr/logr v1.4.2 // indirect |
41 | 39 | github.com/go-logr/stdr v1.2.2 // indirect
|
42 | 40 | github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
43 | 41 | github.com/go-openapi/jsonreference v0.20.2 // indirect
|
44 |
| - github.com/go-openapi/swag v0.22.3 // indirect |
| 42 | + github.com/go-openapi/swag v0.22.4 // indirect |
45 | 43 | github.com/gogo/protobuf v1.3.2 // indirect
|
46 | 44 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
47 | 45 | github.com/golang/protobuf v1.5.4 // indirect
|
48 |
| - github.com/google/cel-go v0.17.8 // indirect |
| 46 | + github.com/google/cel-go v0.20.1 // indirect |
49 | 47 | github.com/google/gnostic-models v0.6.8 // indirect
|
50 | 48 | github.com/google/gofuzz v1.2.0 // indirect
|
51 | 49 | github.com/google/uuid v1.6.0 // indirect
|
52 | 50 | github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
53 |
| - github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect |
| 51 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect |
54 | 52 | github.com/imdario/mergo v0.3.6 // indirect
|
55 | 53 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
56 | 54 | github.com/josharian/intern v1.0.0 // indirect
|
57 | 55 | github.com/json-iterator/go v1.1.12 // indirect
|
58 | 56 | github.com/mailru/easyjson v0.7.7 // indirect
|
59 |
| - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
60 |
| - github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect |
| 57 | + github.com/moby/term v0.5.0 // indirect |
61 | 58 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
62 | 59 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
63 | 60 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
64 | 61 | github.com/pkg/errors v0.9.1 // indirect
|
65 | 62 | github.com/pquerna/cachecontrol v0.1.0 // indirect
|
66 |
| - github.com/prometheus/client_golang v1.16.0 // indirect |
67 |
| - github.com/prometheus/client_model v0.4.0 // indirect |
68 |
| - github.com/prometheus/common v0.44.0 // indirect |
69 |
| - github.com/prometheus/procfs v0.10.1 // indirect |
| 63 | + github.com/prometheus/client_golang v1.19.1 // indirect |
| 64 | + github.com/prometheus/client_model v0.6.1 // indirect |
| 65 | + github.com/prometheus/common v0.55.0 // indirect |
| 66 | + github.com/prometheus/procfs v0.15.1 // indirect |
70 | 67 | github.com/stoewer/go-strcase v1.2.0 // indirect
|
71 |
| - go.etcd.io/etcd/api/v3 v3.5.10 // indirect |
72 |
| - go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect |
73 |
| - go.etcd.io/etcd/client/v3 v3.5.10 // indirect |
74 |
| - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 // indirect |
75 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect |
76 |
| - go.opentelemetry.io/otel v1.26.0 // indirect |
77 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect |
78 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect |
79 |
| - go.opentelemetry.io/otel/metric v1.26.0 // indirect |
80 |
| - go.opentelemetry.io/otel/sdk v1.26.0 // indirect |
81 |
| - go.opentelemetry.io/otel/trace v1.26.0 // indirect |
82 |
| - go.opentelemetry.io/proto/otlp v1.0.0 // indirect |
| 68 | + github.com/x448/float16 v0.8.4 // indirect |
| 69 | + go.etcd.io/etcd/api/v3 v3.5.14 // indirect |
| 70 | + go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect |
| 71 | + go.etcd.io/etcd/client/v3 v3.5.14 // indirect |
| 72 | + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect |
| 73 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect |
| 74 | + go.opentelemetry.io/otel v1.28.0 // indirect |
| 75 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect |
| 76 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect |
| 77 | + go.opentelemetry.io/otel/metric v1.28.0 // indirect |
| 78 | + go.opentelemetry.io/otel/sdk v1.28.0 // indirect |
| 79 | + go.opentelemetry.io/otel/trace v1.28.0 // indirect |
| 80 | + go.opentelemetry.io/proto/otlp v1.3.1 // indirect |
83 | 81 | go.uber.org/multierr v1.11.0 // indirect
|
84 | 82 | go.uber.org/zap v1.26.0 // indirect
|
85 |
| - golang.org/x/crypto v0.24.0 // indirect |
86 |
| - golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect |
87 |
| - golang.org/x/oauth2 v0.18.0 // indirect |
88 |
| - golang.org/x/sync v0.7.0 // indirect |
89 |
| - golang.org/x/sys v0.21.0 // indirect |
90 |
| - golang.org/x/term v0.21.0 // indirect |
91 |
| - golang.org/x/text v0.16.0 // indirect |
| 83 | + golang.org/x/crypto v0.26.0 // indirect |
| 84 | + golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect |
| 85 | + golang.org/x/oauth2 v0.21.0 // indirect |
| 86 | + golang.org/x/sync v0.8.0 // indirect |
| 87 | + golang.org/x/sys v0.23.0 // indirect |
| 88 | + golang.org/x/term v0.23.0 // indirect |
| 89 | + golang.org/x/text v0.17.0 // indirect |
92 | 90 | golang.org/x/time v0.3.0 // indirect
|
93 |
| - google.golang.org/appengine v1.6.8 // indirect |
94 | 91 | google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
|
95 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect |
96 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect |
97 |
| - google.golang.org/grpc v1.64.1 // indirect |
98 |
| - google.golang.org/protobuf v1.34.1 // indirect |
| 92 | + google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect |
| 93 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect |
| 94 | + google.golang.org/grpc v1.65.0 // indirect |
| 95 | + google.golang.org/protobuf v1.34.2 // indirect |
| 96 | + gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
| 97 | + gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect |
99 | 98 | gopkg.in/inf.v0 v0.9.1 // indirect
|
100 | 99 | gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
101 | 100 | gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
102 | 101 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
103 |
| - k8s.io/kms v0.30.1 // indirect |
| 102 | + k8s.io/kms v0.31.0 // indirect |
104 | 103 | k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
|
105 |
| - k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
106 |
| - sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect |
| 104 | + k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect |
| 105 | + sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect |
107 | 106 | sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
108 | 107 | sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
109 |
| - sigs.k8s.io/yaml v1.3.0 // indirect |
| 108 | + sigs.k8s.io/yaml v1.4.0 // indirect |
110 | 109 | )
|
| 110 | + |
| 111 | +replace gopkg.in/square/go-jose.v2 => github.com/go-jose/go-jose v2.6.3+incompatible |
0 commit comments