Skip to content

Commit fc53ccd

Browse files
committed
gotohelm: move all code under gotohelm/
This commit moves all gotohelm code into a dedicated module. Doing so should make consumption and modification of `gotohelm` more tolerable for internal and external usages alike as it's no longer split across two modules. Future work will be required to remove `pkg` imports from `gotohelm` which will make it a "leaf" package of this repository. Informs #461
1 parent 147461e commit fc53ccd

File tree

119 files changed

+208
-80
lines changed

Some content is hidden

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

119 files changed

+208
-80
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
"golang.org/x/tools/go/packages"
1919

20-
"github.com/redpanda-data/redpanda-operator/pkg/gotohelm"
20+
"github.com/redpanda-data/redpanda-operator/gotohelm"
2121
)
2222

2323
func main() {
File renamed without changes.

gotohelm/go.mod

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,28 @@ module github.com/redpanda-data/redpanda-operator/gotohelm
33
go 1.23.2
44

55
require (
6+
github.com/Masterminds/goutils v1.1.1
7+
github.com/Masterminds/sprig/v3 v3.3.0
8+
github.com/cockroachdb/errors v1.11.3
9+
github.com/go-viper/mapstructure/v2 v2.2.1
10+
github.com/gonvenience/ytbx v1.4.4
11+
github.com/homeport/dyff v1.7.1
12+
github.com/imdario/mergo v0.3.16
613
github.com/quasilyte/go-ruleguard/dsl v0.3.22
714
github.com/redpanda-data/redpanda-operator/pkg v0.0.0-20250124085449-058118a82f50
15+
github.com/stretchr/testify v1.10.0
16+
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
17+
golang.org/x/net v0.34.0
818
golang.org/x/tools v0.27.0
19+
gopkg.in/yaml.v3 v3.0.1
20+
helm.sh/helm/v3 v3.14.4
21+
k8s.io/api v0.30.3
22+
k8s.io/apimachinery v0.30.3
23+
k8s.io/client-go v0.30.3
24+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
25+
pgregory.net/rapid v1.1.0
26+
sigs.k8s.io/controller-runtime v0.18.5
27+
sigs.k8s.io/yaml v1.4.0
928
)
1029

1130
require (
@@ -14,9 +33,7 @@ require (
1433
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
1534
github.com/BurntSushi/toml v1.4.0 // indirect
1635
github.com/MakeNowJust/heredoc v1.0.0 // indirect
17-
github.com/Masterminds/goutils v1.1.1 // indirect
1836
github.com/Masterminds/semver/v3 v3.3.1 // indirect
19-
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
2037
github.com/Masterminds/squirrel v1.5.4 // indirect
2138
github.com/Microsoft/hcsshim v0.12.3 // indirect
2239
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -25,7 +42,6 @@ require (
2542
github.com/buger/jsonparser v1.1.1 // indirect
2643
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2744
github.com/chai2010/gettext-go v1.0.2 // indirect
28-
github.com/cockroachdb/errors v1.11.3 // indirect
2945
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
3046
github.com/cockroachdb/redact v1.1.5 // indirect
3147
github.com/containerd/containerd v1.7.18 // indirect
@@ -57,6 +73,11 @@ require (
5773
github.com/gobwas/glob v0.2.3 // indirect
5874
github.com/gogo/protobuf v1.3.2 // indirect
5975
github.com/golang/protobuf v1.5.4 // indirect
76+
github.com/gonvenience/bunt v1.3.5 // indirect
77+
github.com/gonvenience/neat v1.3.13 // indirect
78+
github.com/gonvenience/term v1.0.2 // indirect
79+
github.com/gonvenience/text v1.0.7 // indirect
80+
github.com/gonvenience/wrap v1.2.0 // indirect
6081
github.com/google/btree v1.1.2 // indirect
6182
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
6283
github.com/google/go-cmp v0.6.0 // indirect
@@ -71,7 +92,6 @@ require (
7192
github.com/hashicorp/go-multierror v1.1.1 // indirect
7293
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
7394
github.com/huandu/xstrings v1.5.0 // indirect
74-
github.com/imdario/mergo v0.3.16 // indirect
7595
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7696
github.com/invopop/jsonschema v0.12.0 // indirect
7797
github.com/jmoiron/sqlx v1.3.5 // indirect
@@ -84,15 +104,18 @@ require (
84104
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
85105
github.com/lib/pq v1.10.9 // indirect
86106
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
107+
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
87108
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb // indirect
88109
github.com/mailru/easyjson v0.7.7 // indirect
110+
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
89111
github.com/mattn/go-colorable v0.1.13 // indirect
90112
github.com/mattn/go-isatty v0.0.20 // indirect
91113
github.com/mattn/go-runewidth v0.0.15 // indirect
92114
github.com/miekg/dns v1.1.57 // indirect
93115
github.com/mitchellh/copystructure v1.2.0 // indirect
116+
github.com/mitchellh/go-ps v1.0.0 // indirect
94117
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
95-
github.com/mitchellh/mapstructure v1.5.0 // indirect
118+
github.com/mitchellh/hashstructure v1.1.0 // indirect
96119
github.com/mitchellh/reflectwalk v1.0.2 // indirect
97120
github.com/moby/locker v1.0.1 // indirect
98121
github.com/moby/spdystream v0.5.0 // indirect
@@ -106,6 +129,7 @@ require (
106129
github.com/opencontainers/image-spec v1.1.0 // indirect
107130
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
108131
github.com/pkg/errors v0.9.1 // indirect
132+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
109133
github.com/prometheus/client_golang v1.20.0 // indirect
110134
github.com/prometheus/client_model v0.6.1 // indirect
111135
github.com/prometheus/common v0.55.0 // indirect
@@ -115,12 +139,14 @@ require (
115139
github.com/rubenv/sql-migrate v1.5.2 // indirect
116140
github.com/russross/blackfriday/v2 v2.1.0 // indirect
117141
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
142+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
118143
github.com/shopspring/decimal v1.4.0 // indirect
119144
github.com/sirupsen/logrus v1.9.3 // indirect
120145
github.com/spf13/cast v1.7.0 // indirect
121146
github.com/spf13/cobra v1.8.1 // indirect
122147
github.com/spf13/pflag v1.0.5 // indirect
123-
github.com/stretchr/objx v0.5.2 // indirect
148+
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
149+
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
124150
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
125151
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
126152
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -132,9 +158,7 @@ require (
132158
go.opentelemetry.io/otel/trace v1.28.0 // indirect
133159
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
134160
golang.org/x/crypto v0.32.0 // indirect
135-
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
136161
golang.org/x/mod v0.22.0 // indirect
137-
golang.org/x/net v0.34.0 // indirect
138162
golang.org/x/oauth2 v0.22.0 // indirect
139163
golang.org/x/sync v0.10.0 // indirect
140164
golang.org/x/sys v0.29.0 // indirect
@@ -147,25 +171,17 @@ require (
147171
gopkg.in/evanphx/json-patch.v5 v5.7.0 // indirect
148172
gopkg.in/inf.v0 v0.9.1 // indirect
149173
gopkg.in/yaml.v2 v2.4.0 // indirect
150-
gopkg.in/yaml.v3 v3.0.1 // indirect
151174
gotest.tools/v3 v3.5.1 // indirect
152-
helm.sh/helm/v3 v3.14.4 // indirect
153-
k8s.io/api v0.30.3 // indirect
154175
k8s.io/apiextensions-apiserver v0.30.3 // indirect
155-
k8s.io/apimachinery v0.30.3 // indirect
156176
k8s.io/apiserver v0.30.3 // indirect
157177
k8s.io/cli-runtime v0.30.3 // indirect
158-
k8s.io/client-go v0.30.3 // indirect
159178
k8s.io/component-base v0.30.3 // indirect
160179
k8s.io/klog/v2 v2.130.1 // indirect
161180
k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f // indirect
162181
k8s.io/kubectl v0.30.3 // indirect
163-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
164182
oras.land/oras-go v1.2.5 // indirect
165-
sigs.k8s.io/controller-runtime v0.18.5 // indirect
166183
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
167184
sigs.k8s.io/kustomize/api v0.16.0 // indirect
168185
sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
169186
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
170-
sigs.k8s.io/yaml v1.4.0 // indirect
171187
)

gotohelm/go.sum

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7Dlme
121121
github.com/foxcpp/go-mockdns v1.1.0/go.mod h1:IhLeSFGed3mJIAXPH2aiRQB+kqz7oqu8ld2qVbOu7Wk=
122122
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
123123
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
124+
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
125+
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
124126
github.com/getsentry/sentry-go v0.27.0 h1:Pv98CIbtB3LkMWmXi4Joa5OOcwbmnX88sF5qbK3r3Ps=
125127
github.com/getsentry/sentry-go v0.27.0/go.mod h1:lc76E2QywIyW8WuBnwl8Lc4bkmQH4+w1gwTf25trprY=
126128
github.com/go-errors/errors v1.5.1 h1:ZwEMSLRCapFLflTpT7NKaAc7ukJ8ZPEjzlxt8rPN8bk=
@@ -152,6 +154,8 @@ github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/me
152154
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
153155
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
154156
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
157+
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
158+
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
155159
github.com/gobuffalo/logger v1.0.6 h1:nnZNpxYo0zx+Aj9RfMPBm+x9zAU2OayFh/xrAWi34HU=
156160
github.com/gobuffalo/logger v1.0.6/go.mod h1:J31TBEHR1QLV2683OXTAItYIg8pv2JMHnF/quuAbMjs=
157161
github.com/gobuffalo/packd v1.0.1 h1:U2wXfRr4E9DH8IdsDLlRFwTZTK7hLfq9qT/QHXGVe/0=
@@ -248,8 +252,11 @@ github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2
248252
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
249253
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
250254
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
255+
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
251256
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
252257
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
258+
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
259+
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
253260
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
254261
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
255262
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
@@ -302,8 +309,6 @@ github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQ
302309
github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0=
303310
github.com/mitchellh/hashstructure v1.1.0 h1:P6P1hdjqAAknpY/M1CGipelZgp+4y9ja9kmUZPXP+H0=
304311
github.com/mitchellh/hashstructure v1.1.0/go.mod h1:xUDAozZz0Wmdiufv0uyhnHkUTN6/6d8ulp4AwfLKrmA=
305-
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
306-
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
307312
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
308313
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
309314
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
@@ -338,6 +343,10 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8m
338343
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
339344
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=
340345
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
346+
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
347+
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
348+
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
349+
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
341350
github.com/onsi/ginkgo/v2 v2.19.0 h1:9Cnnf7UHo57Hy3k6/m5k3dRfGTMXGvxhHFvkDTCTpvA=
342351
github.com/onsi/ginkgo/v2 v2.19.0/go.mod h1:rlwLi9PilAFJ8jCg9UE1QP6VBpd6/xj3SRC0d6TU0To=
343352
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
@@ -420,6 +429,7 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
420429
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
421430
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
422431
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
432+
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
423433
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
424434
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
425435
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
@@ -528,6 +538,8 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
528538
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
529539
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
530540
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
541+
gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=
542+
gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
531543
google.golang.org/genproto/googleapis/rpc v0.0.0-20240808171019-573a1156607a h1:EKiZZXueP9/T68B8Nl0GAx9cjbQnCId0yP3qPMgaaHs=
532544
google.golang.org/genproto/googleapis/rpc v0.0.0-20240808171019-573a1156607a/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
533545
google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=
@@ -536,13 +548,17 @@ google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6h
536548
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
537549
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
538550
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
551+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
539552
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
540553
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
541554
gopkg.in/evanphx/json-patch.v5 v5.7.0 h1:dGKGylPlZ/jus2g1YqhhyzfH0gPy2R8/MYUpW/OslTY=
542555
gopkg.in/evanphx/json-patch.v5 v5.7.0/go.mod h1:/kvTRh1TVm5wuM6OkHxqXtE/1nUZZpihg29RtuIyfvk=
543556
gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
544557
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
558+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=
559+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw=
545560
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
561+
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
546562
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
547563
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
548564
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"helm.sh/helm/v3/pkg/chart"
2323
"sigs.k8s.io/yaml"
2424

25-
"github.com/redpanda-data/redpanda-operator/pkg/gotohelm/helmette"
25+
"github.com/redpanda-data/redpanda-operator/gotohelm/helmette"
2626
"github.com/redpanda-data/redpanda-operator/pkg/helm"
2727
"github.com/redpanda-data/redpanda-operator/pkg/kube"
2828
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3535
"sigs.k8s.io/yaml"
3636

37-
"github.com/redpanda-data/redpanda-operator/pkg/gotohelm/helmette"
37+
"github.com/redpanda-data/redpanda-operator/gotohelm/helmette"
3838
"github.com/redpanda-data/redpanda-operator/pkg/helm"
3939
"github.com/redpanda-data/redpanda-operator/pkg/kube"
4040
"github.com/redpanda-data/redpanda-operator/pkg/testutil"

0 commit comments

Comments
 (0)