Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/moby/buildkit v0.11.6
github.com/opencontainers/go-digest v1.0.0
github.com/pkg/errors v0.9.1
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010133302-514d331632dd
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010150122-9c4e77db43f9
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010133302-514d331632dd h1:qlJ+AW1hm5oKc/mZd//akW23urxhM9YeKi8gNKe969I=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010133302-514d331632dd/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010150122-9c4e77db43f9 h1:mKdnDBxbTvQR+5N8xbXJdshq3zk0uAjUL2GZE4lwYCc=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20231010150122-9c4e77db43f9/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ IP 51.159.112.132
Port 10606

Volume:
Type lssd
Size 25 GB
Type lssd
Size 25 GB
Class unknown_storage_class

Backup Schedule:
Disabled false
Expand All @@ -43,7 +44,8 @@ max_parallel_workers_per_gather 0
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 25000000000
"size": 25000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "1221fbbf-b6b8-48ba-a337-f9df98c8e2a6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ IP 51.159.113.51
Port 2467

Volume:
Type lssd
Size 5.0 GB
Type lssd
Size 5.0 GB
Class unknown_storage_class

Backup Schedule:
Disabled false
Expand All @@ -46,7 +47,8 @@ Password:
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "c1918625-81e0-44a2-aa6b-49f79d49805a",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ IP 51.159.112.132
Port 18736

Volume:
Type lssd
Size 5.0 GB
Type lssd
Size 5.0 GB
Class unknown_storage_class

Backup Schedule:
Disabled false
Expand All @@ -43,7 +44,8 @@ max_parallel_workers_per_gather 0
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "b51d2372-01a1-4249-9ce3-0e47600033ae",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "178f6c5c-e501-4c28-a407-297591aa6035",
Expand Down Expand Up @@ -91,7 +92,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "864d9a9a-83c6-4f13-a6c7-3de52febf65d",
Expand Down Expand Up @@ -165,7 +167,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "ed1e22a6-7a29-4428-8fa7-86b1df2ab015",
Expand Down Expand Up @@ -239,7 +242,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "968a1a31-2526-4603-9018-5214520dad82",
Expand Down Expand Up @@ -313,7 +317,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "2265e5a1-8cde-4050-9b9c-b9cc46db2803",
Expand Down Expand Up @@ -387,7 +392,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 25000000000
"size": 25000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "143f084f-2d48-48d2-9094-4363c81d6fcf",
Expand Down Expand Up @@ -461,7 +467,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "b51d2372-01a1-4249-9ce3-0e47600033ae",
Expand Down Expand Up @@ -535,7 +542,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "4394e72b-df3b-43eb-acdb-608f85c06528",
Expand Down Expand Up @@ -609,7 +617,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "24221349-073b-4ad5-a467-ff6f9e6dd818",
Expand Down Expand Up @@ -683,7 +692,8 @@ b51d2372-01a1-4249-9ce3-0e47600033ae cli-test db-
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 25000000000
"size": 25000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "1221fbbf-b6b8-48ba-a337-f9df98c8e2a6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ IP 195.154.69.50
Port 23990

Volume:
Type lssd
Size 5.0 GB
Type lssd
Size 5.0 GB
Class unknown_storage_class

Backup Schedule:
Disabled false
Expand All @@ -43,7 +44,8 @@ max_parallel_workers_per_gather 0
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "7c2a0276-0614-4f43-a243-6b733a1473fc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ IP 195.154.69.50
Port 42321

Volume:
Type lssd
Size 5.0 GB
Type lssd
Size 5.0 GB
Class unknown_storage_class

Backup Schedule:
Disabled false
Expand All @@ -43,7 +44,8 @@ max_parallel_workers_per_gather 0
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "4943db86-f7a2-4a30-a9bb-a0ef5f7b557e",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ IP 51.158.57.216
Port 17040

Volume:
Type lssd
Size 5.0 GB
Type lssd
Size 5.0 GB
Class unknown_storage_class

Backup Schedule:
Disabled false
Expand All @@ -44,7 +45,8 @@ timezone UTC
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "167a841d-8a1c-4d74-8e4c-cb71d843ac6b",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ IP 51.158.57.216
Port 50510

Volume:
Type lssd
Size 5.0 GB
Type lssd
Size 5.0 GB
Class unknown_storage_class

Backup Schedule:
Disabled false
Expand All @@ -43,7 +44,8 @@ max_parallel_workers_per_gather 0
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "ddd04001-e2f1-4da1-8807-14f7fb3c62f7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ IP 51.158.57.216
Port 39176

Volume:
Type lssd
Size 5.0 GB
Type lssd
Size 5.0 GB
Class unknown_storage_class

Backup Schedule:
Disabled false
Expand All @@ -44,7 +45,8 @@ max_parallel_workers_per_gather 0
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "eeb523d0-9808-4e3f-94ba-e5f6458f1aa7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ IP 195.154.70.113
Port 44028

Volume:
Type lssd
Size 25 GB
Type lssd
Size 25 GB
Class unknown_storage_class

Backup Schedule:
Disabled false
Expand All @@ -43,7 +44,8 @@ max_parallel_workers_per_gather 0
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 25000000000
"size": 25000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "143f084f-2d48-48d2-9094-4363c81d6fcf",
Expand Down