File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
internal/namespaces/ipfs/v1alpha1 Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
2626 github.com/moby/buildkit v0.11.6
2727 github.com/opencontainers/go-digest v1.0.0
2828 github.com/pkg/errors v0.9.1
29- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230510093006-b00ddce97048
29+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230511075319-50307678b060
3030 github.com/spf13/cobra v1.7.0
3131 github.com/spf13/pflag v1.0.5
3232 github.com/stretchr/testify v1.8.2
Original file line number Diff line number Diff line change @@ -483,8 +483,8 @@ github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncj
483483github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
484484github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
485485github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
486- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230510093006-b00ddce97048 h1:kTC0xKY/C2nsmjNJezBi2ubddeEsJaTpNg9Jf8HN8ww =
487- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230510093006-b00ddce97048 /go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg =
486+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230511075319-50307678b060 h1:iOTthl2/94o9gFmOwdwtBSxlvWzxNDIGpE1Vqn5l0G8 =
487+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230511075319-50307678b060 /go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg =
488488github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
489489github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE =
490490github.com/sergi/go-diff v1.0.0 /go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo =
Original file line number Diff line number Diff line change @@ -328,6 +328,12 @@ func ipfsIpfsAddCid() *core.Command {
328328 Deprecated : false ,
329329 Positional : false ,
330330 },
331+ {
332+ Name : "meta.url" ,
333+ Required : false ,
334+ Deprecated : false ,
335+ Positional : false ,
336+ },
331337 {
332338 Name : "pin-options.required-zones.{index}" ,
333339 Required : false ,
You can’t perform that action at this time.
0 commit comments