Skip to content

Commit 59c1a30

Browse files
committed
🏃 Bump k8s.io/* deps
1 parent ed81fa6 commit 59c1a30

File tree

6 files changed

+84
-86
lines changed

6 files changed

+84
-86
lines changed

examples/scratch-env/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/google/gnostic-models v0.6.8 // indirect
2727
github.com/google/go-cmp v0.6.0 // indirect
2828
github.com/google/gofuzz v1.2.0 // indirect
29-
github.com/google/uuid v1.3.0 // indirect
29+
github.com/google/uuid v1.3.1 // indirect
3030
github.com/imdario/mergo v0.3.6 // indirect
3131
github.com/josharian/intern v1.0.0 // indirect
3232
github.com/json-iterator/go v1.1.12 // indirect
@@ -40,9 +40,9 @@ require (
4040
github.com/prometheus/common v0.48.0 // indirect
4141
github.com/prometheus/procfs v0.12.0 // indirect
4242
go.uber.org/multierr v1.11.0 // indirect
43-
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
43+
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
4444
golang.org/x/net v0.23.0 // indirect
45-
golang.org/x/oauth2 v0.16.0 // indirect
45+
golang.org/x/oauth2 v0.18.0 // indirect
4646
golang.org/x/sys v0.19.0 // indirect
4747
golang.org/x/term v0.18.0 // indirect
4848
golang.org/x/text v0.14.0 // indirect

examples/scratch-env/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
4343
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
4444
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec=
4545
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
46-
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
47-
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
46+
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
47+
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
4848
github.com/imdario/mergo v0.3.6 h1:xTNEAn+kxVO7dTZGu0CegyqKZmoWFI0rF8UxjlB2d28=
4949
github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
5050
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
@@ -109,8 +109,8 @@ go.uber.org/zap v1.26.0/go.mod h1:dtElttAiwGvoJ/vj4IwHBS/gXsEu/pZ50mUIRWuG0so=
109109
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
110110
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
111111
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
112-
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 h1:tnebWN09GYg9OLPss1KXj8txwZc6X6uMr6VFdcGNbHw=
113-
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE=
112+
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc h1:mCRnTeVUjcrhlRmO0VK8a6k6Rrf6TF9htwo2pJVSjIU=
113+
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
114114
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
115115
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
116116
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
@@ -120,8 +120,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
120120
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
121121
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
122122
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
123-
golang.org/x/oauth2 v0.16.0 h1:aDkGMBSYxElaoP81NpoUoz2oo2R2wHdZpGToUxfyQrQ=
124-
golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2o=
123+
golang.org/x/oauth2 v0.18.0 h1:09qnuIAgzdx1XplqJvW6CQqMCtGZykZWcXzPMPUusvI=
124+
golang.org/x/oauth2 v0.18.0/go.mod h1:Wf7knwG0MPoWIMMBgFlEaSUDaKskp0dCfrlJRJXbBi8=
125125
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
126126
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
127127
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

go.mod

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,27 @@ require (
1212
github.com/google/gofuzz v1.2.0
1313
github.com/onsi/ginkgo/v2 v2.17.1
1414
github.com/onsi/gomega v1.32.0
15-
github.com/prometheus/client_golang v1.16.0
16-
github.com/prometheus/client_model v0.4.0
15+
github.com/prometheus/client_golang v1.19.0
16+
github.com/prometheus/client_model v0.6.0
1717
go.uber.org/goleak v1.3.0
1818
go.uber.org/zap v1.26.0
19-
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
19+
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
2020
golang.org/x/sys v0.18.0
2121
gomodules.xyz/jsonpatch/v2 v2.4.0
22-
k8s.io/api v0.30.0
23-
k8s.io/apiextensions-apiserver v0.30.0
24-
k8s.io/apimachinery v0.30.0
25-
k8s.io/apiserver v0.30.0
26-
k8s.io/client-go v0.30.0
27-
k8s.io/component-base v0.30.0 // indirect
22+
k8s.io/api v0.0.0-20240424173406-2676848ed820
23+
k8s.io/apiextensions-apiserver v0.0.0-20240425015043-add218f28c96
24+
k8s.io/apimachinery v0.0.0-20240424173219-03f2f3350dc5
25+
k8s.io/apiserver v0.0.0-20240425014448-38aa2c2e10c1
26+
k8s.io/client-go v0.0.0-20240424213639-6b47d7dcbef7
27+
k8s.io/component-base v0.0.0-20240425013935-73cb3a739e5b // indirect
2828
k8s.io/klog/v2 v2.120.1
2929
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
3030
sigs.k8s.io/yaml v1.3.0
3131
)
3232

3333
require (
34-
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
34+
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
35+
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
3536
github.com/beorn7/perks v1.0.1 // indirect
3637
github.com/blang/semver/v4 v4.0.0 // indirect
3738
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
@@ -47,44 +48,43 @@ require (
4748
github.com/gogo/protobuf v1.3.2 // indirect
4849
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4950
github.com/golang/protobuf v1.5.4 // indirect
50-
github.com/google/cel-go v0.17.8 // indirect
51+
github.com/google/cel-go v0.20.1 // indirect
5152
github.com/google/gnostic-models v0.6.8 // indirect
5253
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
53-
github.com/google/uuid v1.3.0 // indirect
54+
github.com/google/uuid v1.3.1 // indirect
5455
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
5556
github.com/imdario/mergo v0.3.6 // indirect
5657
github.com/josharian/intern v1.0.0 // indirect
5758
github.com/json-iterator/go v1.1.12 // indirect
5859
github.com/mailru/easyjson v0.7.7 // indirect
59-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
6060
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6161
github.com/modern-go/reflect2 v1.0.2 // indirect
6262
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6363
github.com/pkg/errors v0.9.1 // indirect
64-
github.com/prometheus/common v0.44.0 // indirect
64+
github.com/prometheus/common v0.48.0 // indirect
6565
github.com/prometheus/procfs v0.12.0 // indirect
6666
github.com/spf13/pflag v1.0.5 // indirect
6767
github.com/stoewer/go-strcase v1.2.0 // indirect
6868
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
69-
go.opentelemetry.io/otel v1.19.0 // indirect
70-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
71-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect
72-
go.opentelemetry.io/otel/metric v1.19.0 // indirect
73-
go.opentelemetry.io/otel/sdk v1.19.0 // indirect
74-
go.opentelemetry.io/otel/trace v1.19.0 // indirect
69+
go.opentelemetry.io/otel v1.20.0 // indirect
70+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
71+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
72+
go.opentelemetry.io/otel/metric v1.20.0 // indirect
73+
go.opentelemetry.io/otel/sdk v1.20.0 // indirect
74+
go.opentelemetry.io/otel/trace v1.20.0 // indirect
7575
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
7676
go.uber.org/multierr v1.11.0 // indirect
7777
golang.org/x/net v0.23.0 // indirect
78-
golang.org/x/oauth2 v0.12.0 // indirect
78+
golang.org/x/oauth2 v0.18.0 // indirect
7979
golang.org/x/sync v0.6.0 // indirect
8080
golang.org/x/term v0.18.0 // indirect
8181
golang.org/x/text v0.14.0 // indirect
8282
golang.org/x/time v0.3.0 // indirect
8383
golang.org/x/tools v0.18.0 // indirect
8484
google.golang.org/appengine v1.6.7 // indirect
85-
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e // indirect
85+
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
8686
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
87-
google.golang.org/grpc v1.58.3 // indirect
87+
google.golang.org/grpc v1.59.0 // indirect
8888
google.golang.org/protobuf v1.33.0 // indirect
8989
gopkg.in/inf.v0 v0.9.1 // indirect
9090
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)