1
1
module github.com/mittwald/go-helm-client
2
2
3
- go 1.22.0
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.4
4
6
5
7
require (
6
8
github.com/spf13/pflag v1.0.5
7
9
go.uber.org/mock v0.5.0
8
- helm.sh/helm/v3 v3.16.2
9
- k8s.io/apiextensions-apiserver v0.31.1
10
- k8s.io/apimachinery v0.31.1
11
- k8s.io/cli-runtime v0.31.1
12
- k8s.io/client-go v0.31.1
10
+ helm.sh/helm/v3 v3.16.4
11
+ k8s.io/apiextensions-apiserver v0.32.0
12
+ k8s.io/apimachinery v0.32.0
13
+ k8s.io/cli-runtime v0.32.0
14
+ k8s.io/client-go v0.32.0
13
15
sigs.k8s.io/yaml v1.4.0
14
16
)
15
17
@@ -23,17 +25,18 @@ require (
23
25
github.com/Masterminds/semver/v3 v3.3.0 // indirect
24
26
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
25
27
github.com/Masterminds/squirrel v1.5.4 // indirect
26
- github.com/Microsoft/hcsshim v0.11.4 // indirect
27
28
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
28
29
github.com/beorn7/perks v1.0.1 // indirect
29
30
github.com/blang/semver/v4 v4.0.0 // indirect
30
31
github.com/cespare/xxhash/v2 v2.3.0 // indirect
31
32
github.com/chai2010/gettext-go v1.0.2 // indirect
32
- github.com/containerd/containerd v1.7.12 // indirect
33
+ github.com/containerd/containerd v1.7.23 // indirect
34
+ github.com/containerd/errdefs v0.3.0 // indirect
33
35
github.com/containerd/log v0.1.0 // indirect
34
- github.com/cyphar/filepath-securejoin v0.3.1 // indirect
36
+ github.com/containerd/platforms v0.2.1 // indirect
37
+ github.com/cyphar/filepath-securejoin v0.3.4 // indirect
35
38
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
36
- github.com/distribution/reference v0.5 .0 // indirect
39
+ github.com/distribution/reference v0.6 .0 // indirect
37
40
github.com/docker/cli v25.0.1+incompatible // indirect
38
41
github.com/docker/distribution v2.8.3+incompatible // indirect
39
42
github.com/docker/docker v25.0.6+incompatible // indirect
@@ -50,9 +53,9 @@ require (
50
53
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
51
54
github.com/go-logr/logr v1.4.2 // indirect
52
55
github.com/go-logr/stdr v1.2.2 // indirect
53
- github.com/go-openapi/jsonpointer v0.20.2 // indirect
56
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
54
57
github.com/go-openapi/jsonreference v0.20.4 // indirect
55
- github.com/go-openapi/swag v0.22.7 // indirect
58
+ github.com/go-openapi/swag v0.23.0 // indirect
56
59
github.com/gobwas/glob v0.2.3 // indirect
57
60
github.com/gogo/protobuf v1.3.2 // indirect
58
61
github.com/golang/protobuf v1.5.4 // indirect
@@ -69,7 +72,6 @@ require (
69
72
github.com/hashicorp/errwrap v1.1.0 // indirect
70
73
github.com/hashicorp/go-multierror v1.1.1 // indirect
71
74
github.com/huandu/xstrings v1.5.0 // indirect
72
- github.com/imdario/mergo v0.3.16 // indirect
73
75
github.com/inconshreveable/mousetrap v1.1.0 // indirect
74
76
github.com/jmoiron/sqlx v1.4.0 // indirect
75
77
github.com/josharian/intern v1.0.0 // indirect
@@ -87,7 +89,7 @@ require (
87
89
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
88
90
github.com/mitchellh/reflectwalk v1.0.2 // indirect
89
91
github.com/moby/locker v1.0.1 // indirect
90
- github.com/moby/spdystream v0.4 .0 // indirect
92
+ github.com/moby/spdystream v0.5 .0 // indirect
91
93
github.com/moby/term v0.5.0 // indirect
92
94
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
93
95
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -118,32 +120,30 @@ require (
118
120
go.opentelemetry.io/otel v1.28.0 // indirect
119
121
go.opentelemetry.io/otel/metric v1.28.0 // indirect
120
122
go.opentelemetry.io/otel/trace v1.28.0 // indirect
121
- go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
122
- golang.org/x/crypto v0.27.0 // indirect
123
- golang.org/x/net v0.26.0 // indirect
124
- golang.org/x/oauth2 v0.21.0 // indirect
125
- golang.org/x/sync v0.8.0 // indirect
126
- golang.org/x/sys v0.25.0 // indirect
127
- golang.org/x/term v0.24.0 // indirect
128
- golang.org/x/text v0.18.0 // indirect
129
- golang.org/x/time v0.5.0 // indirect
130
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
123
+ golang.org/x/crypto v0.31.0 // indirect
124
+ golang.org/x/net v0.30.0 // indirect
125
+ golang.org/x/oauth2 v0.23.0 // indirect
126
+ golang.org/x/sync v0.10.0 // indirect
127
+ golang.org/x/sys v0.28.0 // indirect
128
+ golang.org/x/term v0.27.0 // indirect
129
+ golang.org/x/text v0.21.0 // indirect
130
+ golang.org/x/time v0.7.0 // indirect
131
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
131
132
google.golang.org/grpc v1.65.0 // indirect
132
- google.golang.org/protobuf v1.34.2 // indirect
133
+ google.golang.org/protobuf v1.35.1 // indirect
133
134
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
134
135
gopkg.in/inf.v0 v0.9.1 // indirect
135
- gopkg.in/yaml.v2 v2.4.0 // indirect
136
136
gopkg.in/yaml.v3 v3.0.1 // indirect
137
- k8s.io/api v0.31.1 // indirect
138
- k8s.io/apiserver v0.31.1 // indirect
139
- k8s.io/component-base v0.31.1 // indirect
137
+ k8s.io/api v0.32.0 // indirect
138
+ k8s.io/apiserver v0.32.0 // indirect
139
+ k8s.io/component-base v0.32.0 // indirect
140
140
k8s.io/klog/v2 v2.130.1 // indirect
141
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
142
- k8s.io/kubectl v0.31.1 // indirect
143
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
141
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
142
+ k8s.io/kubectl v0.31.3 // indirect
143
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
144
144
oras.land/oras-go v1.2.5 // indirect
145
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
146
- sigs.k8s.io/kustomize/api v0.17.2 // indirect
147
- sigs.k8s.io/kustomize/kyaml v0.17 .1 // indirect
148
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
145
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
146
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
147
+ sigs.k8s.io/kustomize/kyaml v0.18 .1 // indirect
148
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
149
149
)
0 commit comments