Skip to content

Commit c37ede0

Browse files
authored
chore: bump SDK (#2567)
1 parent bb69946 commit c37ede0

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/kubernetes-client/go-base v0.0.0-20190205182333-3d0e39759d98
1919
github.com/mattn/go-colorable v0.1.13
2020
github.com/mattn/go-isatty v0.0.16
21-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221025083458-eee4b9bd7660
21+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221027150640-0b7341d21396
2222
github.com/spf13/cobra v1.6.1
2323
github.com/spf13/pflag v1.0.5
2424
github.com/stretchr/testify v1.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw
7171
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
7272
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
7373
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
74-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221025083458-eee4b9bd7660 h1:5M5cNSXGDMtxB/hBDwMSkrllHO0iqNCP3irPrrBc7GA=
75-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221025083458-eee4b9bd7660/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
74+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221027150640-0b7341d21396 h1:9wdEybD77V1Akmm2uHYT7EBqQ7d6Ze1Ow+QPYO6DXRQ=
75+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221027150640-0b7341d21396/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
7676
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
7777
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
7878
github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=

internal/namespaces/instance/v1/testdata/test-image-create-create-simple-image.golden

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ Zone fr-par-1
3636
"project": "951df375-e094-4d26-97c1-ba548eeb9c42",
3737
"tags": [],
3838
"zone": "fr-par-1"
39-
},
40-
"Location": ""
39+
}
4140
}

internal/namespaces/instance/v1/testdata/test-image-create-use-additional-snapshots.golden

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ Zone fr-par-1
3636
"project": "951df375-e094-4d26-97c1-ba548eeb9c42",
3737
"tags": [],
3838
"zone": "fr-par-1"
39-
},
40-
"Location": ""
39+
}
4140
}

internal/namespaces/instance/v1/testdata/test-ip-create-simple.golden

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ Zone fr-par-1
1616
"tags": [],
1717
"project": "951df375-e094-4d26-97c1-ba548eeb9c42",
1818
"zone": "fr-par-1"
19-
},
20-
"Location": ""
19+
}
2120
}

0 commit comments

Comments
 (0)