File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
internal/namespaces/ipfs/v1alpha1 Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
22
22
github.com/moby/buildkit v0.11.6
23
23
github.com/opencontainers/go-digest v1.0.0
24
24
github.com/pkg/errors v0.9.1
25
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230424152630-05355b6e32c3
25
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230425114903-9de7ce5b674f
26
26
github.com/spf13/cobra v1.7.0
27
27
github.com/spf13/pflag v1.0.5
28
28
github.com/stretchr/testify v1.8.2
Original file line number Diff line number Diff line change @@ -274,8 +274,8 @@ github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6L
274
274
github.com/rogpeppe/go-internal v1.3.0 /go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4 =
275
275
github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
276
276
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
277
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230424152630-05355b6e32c3 h1:Qc8zmH5LqWj3veWJrX1tXrQU7O2QJCdAJ9oPPJfZM2s =
278
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230424152630-05355b6e32c3 /go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg =
277
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230425114903-9de7ce5b674f h1:h/skrTv7wKdxr88CjkD2cdVLaWqarBwXRQTE1XCraKg =
278
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230425114903-9de7ce5b674f /go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg =
279
279
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 /go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg =
280
280
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE =
281
281
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ =
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ func GetGeneratedCommands() *core.Commands {
22
22
ipfsRoot (),
23
23
ipfsIpfs (),
24
24
ipfsVolume (),
25
+ ipfsToken (),
25
26
ipfsVolumeCreate (),
26
27
ipfsVolumeGet (),
27
28
ipfsVolumeList (),
@@ -60,6 +61,15 @@ func ipfsVolume() *core.Command {
60
61
}
61
62
}
62
63
64
+ func ipfsToken () * core.Command {
65
+ return & core.Command {
66
+ Short : `manage token in ipfs cli` ,
67
+ Long : `manage token in ipfs cli.` ,
68
+ Namespace : "ipfs" ,
69
+ Resource : "token" ,
70
+ }
71
+ }
72
+
63
73
func ipfsVolumeCreate () * core.Command {
64
74
return & core.Command {
65
75
Short : `Create volume in S3 bucket` ,
You can’t perform that action at this time.
0 commit comments