Skip to content

Commit 6336be1

Browse files
chore(deps): bump k8s.io/apimachinery from 0.35.0 to 0.36.0
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.35.0 to 0.36.0. - [Commits](kubernetes/apimachinery@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6822909 commit 6336be1

192 files changed

Lines changed: 6208 additions & 3493 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/loft-sh/devspace
22

3-
go 1.25.0
4-
5-
toolchain go1.25.9
3+
go 1.26.0
64

75
require (
86
github.com/AlecAivazis/survey/v2 v2.3.2
@@ -52,20 +50,20 @@ require (
5250
github.com/spf13/cobra v1.10.0
5351
github.com/spf13/pflag v1.0.10
5452
github.com/vmware-labs/yaml-jsonpath v0.3.2
55-
golang.org/x/crypto v0.44.0
56-
golang.org/x/net v0.47.0
57-
golang.org/x/text v0.31.0
53+
golang.org/x/crypto v0.47.0
54+
golang.org/x/net v0.49.0
55+
golang.org/x/text v0.33.0
5856
google.golang.org/grpc v1.74.2
59-
google.golang.org/protobuf v1.36.8
57+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
6058
gopkg.in/natefinch/lumberjack.v2 v2.0.0
6159
gopkg.in/src-d/go-git.v4 v4.13.1
6260
gopkg.in/yaml.v3 v3.0.1
6361
gotest.tools v2.2.0+incompatible
6462
k8s.io/api v0.35.0
65-
k8s.io/apimachinery v0.35.0
63+
k8s.io/apimachinery v0.36.0
6664
k8s.io/client-go v0.35.0
6765
k8s.io/klog v1.0.0
68-
k8s.io/klog/v2 v2.130.1
66+
k8s.io/klog/v2 v2.140.0
6967
k8s.io/kubectl v0.35.0
7068
mvdan.cc/sh/v3 v3.5.1
7169
sigs.k8s.io/yaml v1.6.0
@@ -91,7 +89,7 @@ require (
9189
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
9290
github.com/containerd/typeurl v1.0.2 // indirect
9391
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
94-
github.com/davecgh/go-spew v1.1.1 // indirect
92+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9593
github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e // indirect
9694
github.com/docker/distribution v2.8.3+incompatible // indirect
9795
github.com/docker/docker-credential-helpers v0.9.3 // indirect
@@ -146,7 +144,7 @@ require (
146144
github.com/mitchellh/mapstructure v1.4.3 // indirect
147145
github.com/moby/docker-image-spec v1.3.1 // indirect
148146
github.com/moby/go-archive v0.1.0 // indirect
149-
github.com/moby/spdystream v0.5.0 // indirect
147+
github.com/moby/spdystream v0.5.1 // indirect
150148
github.com/moby/sys/atomicwriter v0.1.0 // indirect
151149
github.com/moby/sys/capability v0.4.0 // indirect
152150
github.com/moby/sys/mountinfo v0.7.2 // indirect
@@ -160,7 +158,6 @@ require (
160158
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
161159
github.com/morikuni/aec v1.0.0 // indirect
162160
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
163-
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
164161
github.com/opencontainers/go-digest v1.0.0 // indirect
165162
github.com/opencontainers/image-spec v1.1.1 // indirect
166163
github.com/opencontainers/runtime-spec v1.2.1 // indirect
@@ -197,13 +194,13 @@ require (
197194
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
198195
go.yaml.in/yaml/v2 v2.4.3 // indirect
199196
go.yaml.in/yaml/v3 v3.0.4 // indirect
200-
golang.org/x/mod v0.29.0 // indirect
197+
golang.org/x/mod v0.31.0 // indirect
201198
golang.org/x/oauth2 v0.30.0 // indirect
202-
golang.org/x/sync v0.18.0 // indirect
203-
golang.org/x/sys v0.38.0 // indirect
204-
golang.org/x/term v0.37.0 // indirect
205-
golang.org/x/time v0.12.0 // indirect
206-
golang.org/x/tools v0.38.0 // indirect
199+
golang.org/x/sync v0.19.0 // indirect
200+
golang.org/x/sys v0.40.0 // indirect
201+
golang.org/x/term v0.39.0 // indirect
202+
golang.org/x/time v0.14.0 // indirect
203+
golang.org/x/tools v0.40.0 // indirect
207204
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
208205
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
209206
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
@@ -213,13 +210,14 @@ require (
213210
gopkg.in/yaml.v2 v2.4.0 // indirect
214211
k8s.io/cli-runtime v0.35.0 // indirect
215212
k8s.io/component-base v0.35.0 // indirect
216-
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
217-
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
213+
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
214+
k8s.io/streaming v0.36.0 // indirect
215+
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
218216
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
219217
sigs.k8s.io/kustomize/api v0.20.1 // indirect
220218
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
221219
sigs.k8s.io/randfill v1.0.0 // indirect
222-
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
220+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
223221
)
224222

225223
replace github.com/distribution/reference => github.com/distribution/reference v0.5.0

go.sum

Lines changed: 36 additions & 35 deletions
Large diffs are not rendered by default.

vendor/github.com/moby/spdystream/NOTICE

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/spdystream/connection.go

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mxk/go-flowrate/LICENSE renamed to vendor/github.com/moby/spdystream/spdy/LICENSE

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/spdystream/spdy/PATENTS

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/spdystream/spdy/dictionary.go

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/spdystream/spdy/options.go

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/spdystream/spdy/read.go

Lines changed: 38 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)