Skip to content

Commit 11598a5

Browse files
feat(mnq): add v1beta1 cli (#3420)
Co-authored-by: Jules Castéran <[email protected]>
1 parent 2003ca5 commit 11598a5

File tree

4 files changed

+1046
-5
lines changed

4 files changed

+1046
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/moby/buildkit v0.11.6
2525
github.com/opencontainers/go-digest v1.0.0
2626
github.com/pkg/errors v0.9.1
27-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010165413-fd6263b48233
27+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231013121452-68e8fa55d026
2828
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2929
github.com/spf13/cobra v1.7.0
3030
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN
487487
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
488488
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
489489
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
490-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010165413-fd6263b48233 h1:1y6zYYJ6q0G3UlWTnaTVu3LN3y2kLBOgIr05QtNic5Q=
491-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010165413-fd6263b48233/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
490+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231013121452-68e8fa55d026 h1:FsMuPbeCxvPMR/oqn7hz/OjG1LjDkeL0iUCnNdpjmEA=
491+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231013121452-68e8fa55d026/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
492492
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
493493
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
494494
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

internal/namespaces/instance/v1/testdata/test-get-server-simple.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ ID NAME EXPORT URI OR
5151
24d7bed8-b88c-4059-87cc-8373145e35ff Ubuntu 18.04 Bionic Beaver - ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b 20 GB l_ssd few seconds ago few seconds ago available ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b false fr-par-1
5252

5353
Public IPs:
54-
ID ADDRESS GATEWAY NETMASK FAMILY DYNAMIC PROVISIONING MODE
55-
647be9ab-3627-4f02-b205-2ae3fe896c5d 51.15.214.148 - 32 inet false dhcp
54+
ID ADDRESS GATEWAY NETMASK FAMILY DYNAMIC PROVISIONING MODE TAGS
55+
647be9ab-3627-4f02-b205-2ae3fe896c5d 51.15.214.148 - 32 inet false dhcp -
5656

5757
IPv6:
5858
-

0 commit comments

Comments
 (0)