1
1
module rust/stackable/go-helm-wrapper
2
2
3
- go 1.22.4
3
+ go 1.24.0
4
4
5
- toolchain go1.22 .5
5
+ toolchain go1.24 .5
6
6
7
7
require (
8
- github.com/mittwald/go-helm-client v0.12.10
9
- helm.sh/helm/v3 v3.15.3
10
- k8s.io/client-go v0.30.3
8
+ github.com/mittwald/go-helm-client v0.12.18
9
+ helm.sh/helm/v3 v3.18.4
10
+ k8s.io/client-go v0.33.2
11
11
)
12
12
13
13
require (
14
+ dario.cat/mergo v1.0.1 // indirect
14
15
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240716105424-66b64c4bb379 // indirect
15
- github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
16
- github.com/BurntSushi/toml v1.4 .0 // indirect
16
+ github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
17
+ github.com/BurntSushi/toml v1.5 .0 // indirect
17
18
github.com/MakeNowJust/heredoc v1.0.0 // indirect
18
19
github.com/Masterminds/goutils v1.1.1 // indirect
19
- github.com/Masterminds/semver/v3 v3.2.1 // indirect
20
- github.com/Masterminds/sprig/v3 v3.2.3 // indirect
20
+ github.com/Masterminds/semver/v3 v3.3.0 // indirect
21
+ github.com/Masterminds/sprig/v3 v3.3.0 // indirect
21
22
github.com/Masterminds/squirrel v1.5.4 // indirect
22
23
github.com/Microsoft/hcsshim v0.12.5 // indirect
23
24
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
24
25
github.com/beorn7/perks v1.0.1 // indirect
25
26
github.com/blang/semver/v4 v4.0.0 // indirect
26
27
github.com/cespare/xxhash/v2 v2.3.0 // indirect
27
28
github.com/chai2010/gettext-go v1.0.3 // indirect
28
- github.com/containerd/containerd v1.7.20 // indirect
29
- github.com/containerd/errdefs v0.1 .0 // indirect
29
+ github.com/containerd/containerd v1.7.27 // indirect
30
+ github.com/containerd/errdefs v0.3 .0 // indirect
30
31
github.com/containerd/log v0.1.0 // indirect
31
32
github.com/containerd/platforms v0.2.1 // indirect
32
- github.com/cyphar/filepath-securejoin v0.3 .1 // indirect
33
+ github.com/cyphar/filepath-securejoin v0.4 .1 // indirect
33
34
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
34
35
github.com/distribution/reference v0.6.0 // indirect
35
36
github.com/docker/cli v27.1.1+incompatible // indirect
@@ -39,10 +40,11 @@ require (
39
40
github.com/docker/go-connections v0.5.0 // indirect
40
41
github.com/docker/go-metrics v0.0.1 // indirect
41
42
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
42
- github.com/evanphx/json-patch v5.9.0 +incompatible // indirect
43
+ github.com/evanphx/json-patch v5.9.11 +incompatible // indirect
43
44
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
44
45
github.com/fatih/color v1.17.0 // indirect
45
46
github.com/felixge/httpsnoop v1.0.4 // indirect
47
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
46
48
github.com/go-errors/errors v1.5.1 // indirect
47
49
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
48
50
github.com/go-logr/logr v1.4.2 // indirect
@@ -53,14 +55,14 @@ require (
53
55
github.com/gobwas/glob v0.2.3 // indirect
54
56
github.com/gogo/protobuf v1.3.2 // indirect
55
57
github.com/golang/protobuf v1.5.4 // indirect
56
- github.com/google/btree v1.1.2 // indirect
57
- github.com/google/gnostic-models v0.6.8 // indirect
58
- github.com/google/go-cmp v0.6 .0 // indirect
58
+ github.com/google/btree v1.1.3 // indirect
59
+ github.com/google/gnostic-models v0.6.9 // indirect
60
+ github.com/google/go-cmp v0.7 .0 // indirect
59
61
github.com/google/gofuzz v1.2.0 // indirect
60
62
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
61
63
github.com/google/uuid v1.6.0 // indirect
62
64
github.com/gorilla/mux v1.8.1 // indirect
63
- github.com/gorilla/websocket v1.5.3 // indirect
65
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
64
66
github.com/gosuri/uitable v0.0.4 // indirect
65
67
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
66
68
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -71,7 +73,7 @@ require (
71
73
github.com/jmoiron/sqlx v1.4.0 // indirect
72
74
github.com/josharian/intern v1.0.0 // indirect
73
75
github.com/json-iterator/go v1.1.12 // indirect
74
- github.com/klauspost/compress v1.17.9 // indirect
76
+ github.com/klauspost/compress v1.18.0 // indirect
75
77
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
76
78
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
77
79
github.com/lib/pq v1.10.9 // indirect
@@ -86,69 +88,72 @@ require (
86
88
github.com/mitchellh/reflectwalk v1.0.2 // indirect
87
89
github.com/moby/locker v1.0.1 // indirect
88
90
github.com/moby/spdystream v0.5.0 // indirect
89
- github.com/moby/term v0.5.0 // indirect
91
+ github.com/moby/term v0.5.2 // indirect
90
92
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
91
93
github.com/modern-go/reflect2 v1.0.2 // indirect
92
94
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
93
95
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
94
96
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
95
97
github.com/opencontainers/go-digest v1.0.0 // indirect
96
- github.com/opencontainers/image-spec v1.1.0 // indirect
98
+ github.com/opencontainers/image-spec v1.1.1 // indirect
97
99
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
98
100
github.com/pkg/errors v0.9.1 // indirect
99
- github.com/prometheus/client_golang v1.19.1 // indirect
101
+ github.com/prometheus/client_golang v1.22.0 // indirect
100
102
github.com/prometheus/client_model v0.6.1 // indirect
101
- github.com/prometheus/common v0.55 .0 // indirect
103
+ github.com/prometheus/common v0.62 .0 // indirect
102
104
github.com/prometheus/procfs v0.15.1 // indirect
103
105
github.com/rivo/uniseg v0.4.7 // indirect
104
- github.com/rubenv/sql-migrate v1.7 .0 // indirect
106
+ github.com/rubenv/sql-migrate v1.8 .0 // indirect
105
107
github.com/russross/blackfriday/v2 v2.1.0 // indirect
106
108
github.com/shopspring/decimal v1.4.0 // indirect
107
109
github.com/sirupsen/logrus v1.9.3 // indirect
108
- github.com/spf13/cast v1.6.0 // indirect
109
- github.com/spf13/cobra v1.8.1 // indirect
110
- github.com/spf13/pflag v1.0.5 // indirect
110
+ github.com/spf13/cast v1.7.0 // indirect
111
+ github.com/spf13/cobra v1.9.1 // indirect
112
+ github.com/spf13/pflag v1.0.6 // indirect
113
+ github.com/x448/float16 v0.8.4 // indirect
111
114
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
112
115
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
113
116
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
114
117
github.com/xlab/treeprint v1.2.0 // indirect
115
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
116
- go.opentelemetry.io/otel v1.28 .0 // indirect
117
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
118
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
118
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0 // indirect
119
+ go.opentelemetry.io/otel v1.33 .0 // indirect
120
+ go.opentelemetry.io/otel/metric v1.33 .0 // indirect
121
+ go.opentelemetry.io/otel/trace v1.33 .0 // indirect
119
122
go.starlark.net v0.0.0-20240725214946-42030a7cedce // indirect
120
- golang.org/x/crypto v0.25 .0 // indirect
123
+ golang.org/x/crypto v0.39 .0 // indirect
121
124
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
122
- golang.org/x/net v0.27 .0 // indirect
123
- golang.org/x/oauth2 v0.21 .0 // indirect
124
- golang.org/x/sync v0.7 .0 // indirect
125
- golang.org/x/sys v0.22 .0 // indirect
126
- golang.org/x/term v0.22 .0 // indirect
127
- golang.org/x/text v0.16 .0 // indirect
128
- golang.org/x/time v0.5 .0 // indirect
125
+ golang.org/x/net v0.40 .0 // indirect
126
+ golang.org/x/oauth2 v0.28 .0 // indirect
127
+ golang.org/x/sync v0.15 .0 // indirect
128
+ golang.org/x/sys v0.33 .0 // indirect
129
+ golang.org/x/term v0.32 .0 // indirect
130
+ golang.org/x/text v0.26 .0 // indirect
131
+ golang.org/x/time v0.9 .0 // indirect
129
132
google.golang.org/appengine v1.6.8 // indirect
130
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
131
- google.golang.org/grpc v1.65.0 // indirect
132
- google.golang.org/protobuf v1.34.2 // indirect
133
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
134
+ google.golang.org/grpc v1.68.1 // indirect
135
+ google.golang.org/protobuf v1.36.5 // indirect
133
136
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
134
137
gopkg.in/evanphx/json-patch.v5 v5.9.0 // indirect
135
138
gopkg.in/inf.v0 v0.9.1 // indirect
136
139
gopkg.in/yaml.v2 v2.4.0 // indirect
137
140
gopkg.in/yaml.v3 v3.0.1 // indirect
138
- k8s.io/api v0.30.3 // indirect
139
- k8s.io/apiextensions-apiserver v0.30.3 // indirect
140
- k8s.io/apimachinery v0.30.3 // indirect
141
- k8s.io/apiserver v0.30.3 // indirect
142
- k8s.io/cli-runtime v0.30.3 // indirect
143
- k8s.io/component-base v0.30.3 // indirect
141
+ k8s.io/api v0.33.2 // indirect
142
+ k8s.io/apiextensions-apiserver v0.33.2 // indirect
143
+ k8s.io/apimachinery v0.33.2 // indirect
144
+ k8s.io/apiserver v0.33.2 // indirect
145
+ k8s.io/cli-runtime v0.33.2 // indirect
146
+ k8s.io/component-base v0.33.2 // indirect
144
147
k8s.io/klog/v2 v2.130.1 // indirect
145
- k8s.io/kube-openapi v0.0.0-20240730131305-7a9a4e85957e // indirect
146
- k8s.io/kubectl v0.30.3 // indirect
147
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
148
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
149
+ k8s.io/kubectl v0.33.2 // indirect
150
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
148
151
oras.land/oras-go v1.2.6 // indirect
149
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
150
- sigs.k8s.io/kustomize/api v0.17.3 // indirect
151
- sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
152
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
152
+ oras.land/oras-go/v2 v2.6.0 // indirect
153
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
154
+ sigs.k8s.io/kustomize/api v0.19.0 // indirect
155
+ sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
156
+ sigs.k8s.io/randfill v1.0.0 // indirect
157
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
153
158
sigs.k8s.io/yaml v1.4.0 // indirect
154
159
)
0 commit comments