Skip to content

Commit 9c5f09c

Browse files
authored
chore: bump SDK (#2529)
1 parent af3e0e8 commit 9c5f09c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.20220927063754-25d7e886a8d3
21+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220927151912-e4665d911d6f
2222
github.com/spf13/cobra v1.5.0
2323
github.com/spf13/pflag v1.0.5
2424
github.com/stretchr/testify v1.8.0

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.20220927063754-25d7e886a8d3 h1:OvmVF/0fY1foD5ZCuGhtPmW24WLYgFah99FPuembYAo=
75-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220927063754-25d7e886a8d3/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
74+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220927151912-e4665d911d6f h1:qsugnqny7lUAfb2r9rdzDd6P8Wfet67vHiFvjLJlqak=
75+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220927151912-e4665d911d6f/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.5.0 h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU=

internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ UpdatedAt few seconds ago
135135
"created_at": "1970-01-01T00:00:00.0Z",
136136
"updated_at": "1970-01-01T00:00:00.0Z",
137137
"failover_host": null,
138+
"ssl_bridging": null,
138139
"timeout_server": null,
139140
"timeout_connect": null,
140141
"timeout_tunnel": null

0 commit comments

Comments
 (0)