Skip to content

Commit 96c13a4

Browse files
authored
chore: bump sdk and fix security groups cassettes (#1468)
1 parent 30af9a5 commit 96c13a4

File tree

3 files changed

+105
-105
lines changed

3 files changed

+105
-105
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/hashicorp/terraform-plugin-log v0.7.0
1414
github.com/hashicorp/terraform-plugin-sdk/v2 v2.21.0
1515
github.com/robfig/cron/v3 v3.0.1
16-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220907082605-794394649db9
16+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220913083321-4f3b37b96a57
1717
github.com/stretchr/testify v1.8.0
1818
)
1919

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
229229
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
230230
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
231231
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
232-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220907082605-794394649db9 h1:cQE7TtLqtXqIAI1vYvhiAeIOfWr0nBEwIb234125Feg=
233-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220907082605-794394649db9/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
232+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220913083321-4f3b37b96a57 h1:ZxowDQZM/KMIHuYWgHtPROiiDK33TcmXo465D9mQeSE=
233+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20220913083321-4f3b37b96a57/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
234234
github.com/sebdah/goldie v1.0.0/go.mod h1:jXP4hmWywNEwZzhMuv2ccnqTSFpuq8iyQhtQdkkZBH4=
235235
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
236236
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=

0 commit comments

Comments
 (0)