Skip to content

Commit 0dc9a41

Browse files
jremy42Codelaxremyleone
authored
chore: bump sdk go (#2880)
* chore: bump sdk go * update cassettes rdb * update cassettes billing * update cassettes account * update cassettes account * update cassettes block * update cassettes container * update cassettes flexibleip * update cassette iam * update cassette function * update cassette function * update cassette iot * update cassette webhosting * fix: updated cassettes ipam * fix: updated cassettes redis * fix: updated cassettes lb * fix: updated cassettes sdb * fix: updated cassettes vpc * fix: updated cassettes vpcgw * fix: updated cassettes k8s * fix: updated cassettes vpc one subnet * fix: updated cassettes vpc default name * fix: updated cassettes container * fix: updated cassettes container token basic * fix: updated cassettes function * fix: updated cassettes jobs * fix: updated cassettes vpcgw * fix: updated cassettes vpc * update cassettes instance * bump container token test * bump function token test * fix 500 vpc * fix 500 vpc * fix 412 redis * fix 500 instance * fix 500 ipam * fix 500 k8s * fix ipam cassettes * fix provider cassette * fix provider cassette * fix provider cassette * fix provider TestAccDataSourceProject_Default * chore: go mod tidy * chore: remove downgrade testify --------- Co-authored-by: Jules Casteran <[email protected]> Co-authored-by: Rémy Léone <[email protected]>
1 parent f11f711 commit 0dc9a41

File tree

352 files changed

+388918
-285724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

352 files changed

+388918
-285724
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/nats-io/jwt/v2 v2.7.3
2929
github.com/nats-io/nats.go v1.38.0
3030
github.com/robfig/cron/v3 v3.0.1
31-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20241129094524-023aa8142bc1
31+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20250117133139-e360c98f921d
3232
github.com/stretchr/testify v1.10.0
3333
golang.org/x/crypto v0.32.0
3434
gopkg.in/dnaeon/go-vcr.v3 v3.2.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ github.com/posener/complete v1.2.3 h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXq
280280
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
281281
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
282282
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
283-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20241129094524-023aa8142bc1 h1:0OKzyRfLH+dWSPOBvwbhNcBTbEiuNkv8mdYGev1+/1g=
284-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20241129094524-023aa8142bc1/go.mod h1:kAoejOVBg1E/aVAR6IwKWEmbLCEg2IXklzPAkxzAaXA=
283+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20250117133139-e360c98f921d h1:npDtKGreHq1EA6DoHo18YG25bsvZVlo4XlNm822GZ7A=
284+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20250117133139-e360c98f921d/go.mod h1:kzh+BSAvpoyHHdHBCDhmSWtBc1NbLMZ2lWHqnBoxFks=
285285
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
286286
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
287287
github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=

0 commit comments

Comments
 (0)