Skip to content

Commit f0ef743

Browse files
committed
fix(dismiss): fix --with-namespace not deleting namespace in dismiss command
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
1 parent be20197 commit f0ef743

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ require (
3939
github.com/hashicorp/go-multierror v1.1.1
4040
github.com/hashicorp/go-version v1.2.0
4141
github.com/helm/helm-2to3 v0.8.1
42-
github.com/mattn/go-shellwords v1.0.12
4342
github.com/minio/minio v0.0.0-20210311070216-f92b7a562103
4443
github.com/mitchellh/copystructure v1.2.0
4544
github.com/moby/buildkit v0.8.2
@@ -206,6 +205,7 @@ require (
206205
github.com/mattn/go-colorable v0.1.12 // indirect
207206
github.com/mattn/go-isatty v0.0.14 // indirect
208207
github.com/mattn/go-runewidth v0.0.13 // indirect
208+
github.com/mattn/go-shellwords v1.0.12 // indirect
209209
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
210210
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
211211
github.com/miekg/pkcs11 v1.1.1 // indirect
@@ -314,6 +314,6 @@ replace k8s.io/helm => github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f
314314

315315
replace github.com/deislabs/oras => github.com/werf/third-party-oras v0.9.1-0.20210927171747-6d045506f4c8
316316

317-
replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220915155015-48f5b331d01d
318-
319317
replace github.com/go-git/go-git/v5 => github.com/ZauberNerd/go-git/v5 v5.4.3-0.20220315170230-29ec1bc1e5db
318+
319+
replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20221003163845-b886b191efbf

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,8 +2050,8 @@ github.com/vmware/govmomi v0.20.3/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59b
20502050
github.com/weppos/publicsuffix-go v0.4.0/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k=
20512051
github.com/weppos/publicsuffix-go v0.5.0 h1:rutRtjBJViU/YjcI5d80t4JAVvDltS6bciJg2K1HrLU=
20522052
github.com/weppos/publicsuffix-go v0.5.0/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k=
2053-
github.com/werf/3p-helm/v3 v3.0.0-20220915155015-48f5b331d01d h1:8m4Z8Tm7xCY62wwFCjHv65BkB/LREzorB2N8okKa4j8=
2054-
github.com/werf/3p-helm/v3 v3.0.0-20220915155015-48f5b331d01d/go.mod h1:NxtE2KObf2PrzDl6SIamPFPKyAqWi10iWuvKlQn/Yao=
2053+
github.com/werf/3p-helm/v3 v3.0.0-20221003163845-b886b191efbf h1:AoX+OTuiXLiwNGJPeZOEayk4l04tnAaTemIAirZtSWs=
2054+
github.com/werf/3p-helm/v3 v3.0.0-20221003163845-b886b191efbf/go.mod h1:NxtE2KObf2PrzDl6SIamPFPKyAqWi10iWuvKlQn/Yao=
20552055
github.com/werf/copy-recurse v0.2.4 h1:kEyGUKhgS8WdEOjInNQKgk4lqPWzP2AgR27F3dcGsVc=
20562056
github.com/werf/copy-recurse v0.2.4/go.mod h1:KVHSQ90p19xflWW0B7BJhLBwmSbEtuxIaBnjlUYRPhk=
20572057
github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f h1:81YscYTF9mmTf0ULOsCmm42YWQp+qWDzWi1HjWniZrg=

0 commit comments

Comments
 (0)