File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
internal/namespaces/secret/v1alpha1 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/kubernetes-client/go-base v0.0.0-20190205182333-3d0e39759d98
19
19
github.com/mattn/go-colorable v0.1.13
20
20
github.com/mattn/go-isatty v0.0.17
21
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.13.0.20230214124406-206d0c86a6ac
21
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.13.0.20230215160259-75d87198bf2f
22
22
github.com/spf13/cobra v1.6.1
23
23
github.com/spf13/pflag v1.0.5
24
24
github.com/stretchr/testify v1.8.1
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw
70
70
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
71
71
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
72
72
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
73
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.13.0.20230214124406-206d0c86a6ac h1:sGWtu+QWecPOfbuOPHE4kVCNqG68mI0CazQaw98p9ew =
74
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.13.0.20230214124406-206d0c86a6ac /go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg =
73
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.13.0.20230215160259-75d87198bf2f h1:9arSOEBwiL8hgg7IyKPLwK9NlTUbWiGXe6xQrryNxjk =
74
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.13.0.20230215160259-75d87198bf2f /go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg =
75
75
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ =
76
76
github.com/sergi/go-diff v1.2.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
77
77
github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA =
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ func secretVersionDelete() *core.Command {
542
542
Examples : []* core.Example {
543
543
{
544
544
Short : "Delete a given Secret Version" ,
545
- ArgsJSON : `{"revision":1 ,"secret_id":"11111111-1111-1111-1111-111111111111"}` ,
545
+ ArgsJSON : `{"revision":"1" ,"secret_id":"11111111-1111-1111-1111-111111111111"}` ,
546
546
},
547
547
},
548
548
}
You can’t perform that action at this time.
0 commit comments