Skip to content

Commit b4c5d7e

Browse files
committed
feat(instance): update cassettes
1 parent d61a534 commit b4c5d7e

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/mattn/go-isatty v0.0.20
2424
github.com/moby/buildkit v0.25.2
2525
github.com/opencontainers/go-digest v1.0.0
26-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251029154854-a599ef194f4a
26+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251106093024-4a1385918602
2727
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2828
github.com/spf13/cobra v1.10.1
2929
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
462462
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
463463
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
464464
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
465-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251029154854-a599ef194f4a h1:hV/QEq3wgx5brT5CQQstOJ3XoT2/oBT4rSTGixl/Kig=
466-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251029154854-a599ef194f4a/go.mod h1:SVm1Zk6UpZtqZN6KtEQpjC+v+Lir4tyVfhQTU19q3PA=
465+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251106093024-4a1385918602 h1:+CkC6WLXCoGGSM/gcF1W2boZFgerdHSGQo3dAmPyfAo=
466+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251106093024-4a1385918602/go.mod h1:SVm1Zk6UpZtqZN6KtEQpjC+v+Lir4tyVfhQTU19q3PA=
467467
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
468468
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
469469
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA=

internal/namespaces/instance/v1/testdata/test-image-list-with-sbs-additional-volumes.golden

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ID NAME STATE ZONE
1515
"1": {
1616
"id": "b0c3ad93-75a7-4f82-9ea8-8dcebd848bcb",
1717
"name": "",
18-
"export_uri": null,
1918
"size": 10000000000,
2019
"volume_type": "sbs_snapshot",
2120
"creation_date": null,
@@ -30,7 +29,6 @@ ID NAME STATE ZONE
3029
"2": {
3130
"id": "5eb8067c-0677-4995-83e0-aa7338792c99",
3231
"name": "",
33-
"export_uri": null,
3432
"size": 15000000000,
3533
"volume_type": "sbs_snapshot",
3634
"creation_date": null,

internal/namespaces/instance/v1/testdata/test-server-backup-with-sbs-volumes.golden

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Image.Zone fr-par-1
2626
"1": {
2727
"id": "ad343b28-b9d7-4fb4-9891-d699ae328da0",
2828
"name": "",
29-
"export_uri": null,
3029
"size": 0,
3130
"volume_type": "sbs_snapshot",
3231
"creation_date": null,
@@ -41,7 +40,6 @@ Image.Zone fr-par-1
4140
"2": {
4241
"id": "fd8828eb-cf05-41e7-847a-8d98a2b31a1e",
4342
"name": "",
44-
"export_uri": null,
4543
"size": 0,
4644
"volume_type": "sbs_snapshot",
4745
"creation_date": null,

0 commit comments

Comments
 (0)