diff --git a/go.mod b/go.mod index 61b39059c5..ae2e847e45 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/kubernetes-client/go-base v0.0.0-20190205182333-3d0e39759d98 github.com/mattn/go-colorable v0.1.13 github.com/mattn/go-isatty v0.0.16 - github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221025083458-eee4b9bd7660 + github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221027150640-0b7341d21396 github.com/spf13/cobra v1.6.1 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.1 diff --git a/go.sum b/go.sum index 092924b41b..7e04679787 100644 --- a/go.sum +++ b/go.sum @@ -71,8 +71,8 @@ github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221025083458-eee4b9bd7660 h1:5M5cNSXGDMtxB/hBDwMSkrllHO0iqNCP3irPrrBc7GA= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221025083458-eee4b9bd7660/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221027150640-0b7341d21396 h1:9wdEybD77V1Akmm2uHYT7EBqQ7d6Ze1Ow+QPYO6DXRQ= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221027150640-0b7341d21396/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ= github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA= diff --git a/internal/namespaces/instance/v1/testdata/test-image-create-create-simple-image.golden b/internal/namespaces/instance/v1/testdata/test-image-create-create-simple-image.golden index ae710f32b5..e3b1b894b3 100644 --- a/internal/namespaces/instance/v1/testdata/test-image-create-create-simple-image.golden +++ b/internal/namespaces/instance/v1/testdata/test-image-create-create-simple-image.golden @@ -36,6 +36,5 @@ Zone fr-par-1 "project": "951df375-e094-4d26-97c1-ba548eeb9c42", "tags": [], "zone": "fr-par-1" - }, - "Location": "" + } } diff --git a/internal/namespaces/instance/v1/testdata/test-image-create-use-additional-snapshots.golden b/internal/namespaces/instance/v1/testdata/test-image-create-use-additional-snapshots.golden index 2450999b34..7c7528fbdd 100644 --- a/internal/namespaces/instance/v1/testdata/test-image-create-use-additional-snapshots.golden +++ b/internal/namespaces/instance/v1/testdata/test-image-create-use-additional-snapshots.golden @@ -36,6 +36,5 @@ Zone fr-par-1 "project": "951df375-e094-4d26-97c1-ba548eeb9c42", "tags": [], "zone": "fr-par-1" - }, - "Location": "" + } } diff --git a/internal/namespaces/instance/v1/testdata/test-ip-create-simple.golden b/internal/namespaces/instance/v1/testdata/test-ip-create-simple.golden index 8e76bf53b4..1336ce9e7f 100644 --- a/internal/namespaces/instance/v1/testdata/test-ip-create-simple.golden +++ b/internal/namespaces/instance/v1/testdata/test-ip-create-simple.golden @@ -16,6 +16,5 @@ Zone fr-par-1 "tags": [], "project": "951df375-e094-4d26-97c1-ba548eeb9c42", "zone": "fr-par-1" - }, - "Location": "" + } }