File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
internal/namespaces/applesilicon/v1alpha1/testdata Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
github.com/mattn/go-isatty v0.0.20
24
24
github.com/moby/buildkit v0.13.2
25
25
github.com/opencontainers/go-digest v1.0.0
26
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250604142943-e3903592ae13
26
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250606093415-2c91f5b7ce9b
27
27
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
28
28
github.com/spf13/cobra v1.9.1
29
29
github.com/spf13/pflag v1.0.6
Original file line number Diff line number Diff line change @@ -466,8 +466,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
466
466
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
467
467
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
468
468
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
469
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250604142943-e3903592ae13 h1:6wWqAtNYuykJyCFQDR2FfvMIcGbwXNLlyT2HNu5qauM =
470
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250604142943-e3903592ae13 /go.mod h1:qiGzapFyNPFwBBLJ+hTFykKSnU95n1zL64+o1ubmwf0 =
469
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250606093415-2c91f5b7ce9b h1:UsMzMZXodChxZH2xETu9+aaMwpb/BfRYGVDEa1mUXc8 =
470
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250606093415-2c91f5b7ce9b /go.mod h1:zFWiHphneiey3s8HOtAEnGrRlWivNaxW5T6d5Xfco7g =
471
471
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
472
472
github.com/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
473
473
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA =
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ M2-L Apple M2 Pro (10 cores) 16 GB 512 GB high stock 1 days
26
26
"count": 10
27
27
},
28
28
"network": {
29
- "public_bandwidth_bps": 1000000000
29
+ "public_bandwidth_bps": 1000000000,
30
+ "supported_bandwidth": null
30
31
},
31
32
"default_os": {
32
33
"id": "e08d1e5d-b4b9-402a-9f9a-97732d17e374",
@@ -65,7 +66,8 @@ M2-L Apple M2 Pro (10 cores) 16 GB 512 GB high stock 1 days
65
66
"count": 16
66
67
},
67
68
"network": {
68
- "public_bandwidth_bps": 1000000000
69
+ "public_bandwidth_bps": 1000000000,
70
+ "supported_bandwidth": null
69
71
},
70
72
"default_os": {
71
73
"id": "e08d1e5d-b4b9-402a-9f9a-97732d17e374",
You can’t perform that action at this time.
0 commit comments