Skip to content

Commit 2e9a8d6

Browse files
committed
Update dependencies
Signed-off-by: Mario Loriedo <[email protected]>
1 parent 9d2860c commit 2e9a8d6

File tree

238 files changed

+6384
-19964
lines changed

Some content is hidden

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

238 files changed

+6384
-19964
lines changed

go.mod

+29-31
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,39 @@
22

33
module devfile.io/kubectl-cde
44

5-
go 1.22.0
5+
go 1.23.2
66

77
require (
8-
github.com/devfile/api/v2 v2.2.2
8+
github.com/devfile/api/v2 v2.3.0
99
github.com/spf13/cobra v1.8.1
1010
github.com/spf13/pflag v1.0.5
11-
k8s.io/api v0.31.2
12-
k8s.io/apimachinery v0.31.2
13-
k8s.io/cli-runtime v0.0.0-20240828000529-8828c9f7a39d
14-
k8s.io/client-go v0.31.2
11+
k8s.io/api v0.31.3
12+
k8s.io/apimachinery v0.31.3
13+
k8s.io/cli-runtime v0.31.3
14+
k8s.io/client-go v0.31.3
1515
)
1616

1717
require (
18-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
18+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
1919
github.com/blang/semver/v4 v4.0.0 // indirect
2020
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
21-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
21+
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
2222
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
23-
github.com/go-errors/errors v1.4.2 // indirect
23+
github.com/go-errors/errors v1.5.1 // indirect
2424
github.com/go-logr/logr v1.4.2 // indirect
2525
github.com/go-openapi/jsonpointer v0.21.0 // indirect
26-
github.com/go-openapi/jsonreference v0.20.2 // indirect
26+
github.com/go-openapi/jsonreference v0.21.0 // indirect
2727
github.com/go-openapi/swag v0.23.0 // indirect
2828
github.com/gogo/protobuf v1.3.2 // indirect
2929
github.com/golang/protobuf v1.5.4 // indirect
30-
github.com/google/btree v1.0.1 // indirect
30+
github.com/google/btree v1.1.3 // indirect
3131
github.com/google/gnostic-models v0.6.8 // indirect
3232
github.com/google/go-cmp v0.6.0 // indirect
3333
github.com/google/gofuzz v1.2.0 // indirect
3434
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
3535
github.com/google/uuid v1.6.0 // indirect
36-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
37-
github.com/imdario/mergo v0.3.13 // indirect
36+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
37+
github.com/imdario/mergo v0.3.16 // indirect
3838
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3939
github.com/josharian/intern v1.0.0 // indirect
4040
github.com/json-iterator/go v1.1.12 // indirect
@@ -47,30 +47,28 @@ require (
4747
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4848
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
4949
github.com/pkg/errors v0.9.1 // indirect
50-
github.com/stretchr/objx v0.5.2 // indirect
5150
github.com/x448/float16 v0.8.4 // indirect
5251
github.com/xlab/treeprint v1.2.0 // indirect
53-
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
54-
golang.org/x/net v0.28.0 // indirect
55-
golang.org/x/oauth2 v0.21.0 // indirect
56-
golang.org/x/sync v0.8.0 // indirect
57-
golang.org/x/sys v0.23.0 // indirect
58-
golang.org/x/term v0.23.0 // indirect
59-
golang.org/x/text v0.17.0 // indirect
60-
golang.org/x/time v0.3.0 // indirect
61-
google.golang.org/protobuf v1.34.2 // indirect
52+
golang.org/x/net v0.31.0 // indirect
53+
golang.org/x/oauth2 v0.24.0 // indirect
54+
golang.org/x/sync v0.9.0 // indirect
55+
golang.org/x/sys v0.27.0 // indirect
56+
golang.org/x/term v0.26.0 // indirect
57+
golang.org/x/text v0.20.0 // indirect
58+
golang.org/x/time v0.8.0 // indirect
59+
google.golang.org/protobuf v1.35.2 // indirect
6260
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
6361
gopkg.in/inf.v0 v0.9.1 // indirect
6462
gopkg.in/yaml.v2 v2.4.0 // indirect
6563
gopkg.in/yaml.v3 v3.0.1 // indirect
66-
k8s.io/apiextensions-apiserver v0.26.1 // indirect
64+
k8s.io/apiextensions-apiserver v0.31.3 // indirect
6765
k8s.io/klog/v2 v2.130.1 // indirect
68-
k8s.io/kube-openapi v0.0.0-20240827152857-f7e401e7b4c2 // indirect
69-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
70-
sigs.k8s.io/controller-runtime v0.14.4 // indirect
71-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
72-
sigs.k8s.io/kustomize/api v0.17.2 // indirect
73-
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
74-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
66+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
67+
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 // indirect
68+
sigs.k8s.io/controller-runtime v0.19.2 // indirect
69+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
70+
sigs.k8s.io/kustomize/api v0.18.0 // indirect
71+
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
72+
sigs.k8s.io/structured-merge-diff/v4 v4.4.3 // indirect
7573
sigs.k8s.io/yaml v1.4.0 // indirect
7674
)

go.sum

+56-134
Large diffs are not rendered by default.

vendor/github.com/Azure/go-ansiterm/SECURITY.md

+41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2/component_container.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2/components.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2/doc.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/CHANGES.md

+19-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/README.md

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/compress.go

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/curly.go

+28-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/entity_accessors.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/json.go

-11
This file was deleted.

vendor/github.com/emicklei/go-restful/v3/jsoniter.go

-12
This file was deleted.

vendor/github.com/emicklei/go-restful/v3/jsr311.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-errors/errors/.travis.yml

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-errors/errors/README.md

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)