Skip to content

Commit 573c472

Browse files
committed
chore: update go.mod and go.sum for SDK waiters integration
1 parent 14b43a5 commit 573c472

File tree

2 files changed

+70
-3
lines changed

2 files changed

+70
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ require (
3030
github.com/nats-io/jwt/v2 v2.8.0
3131
github.com/nats-io/nats.go v1.46.1
3232
github.com/robfig/cron/v3 v3.0.1
33-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251017125838-3eb0f2adaa94
33+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251121164012-c666d15170bb
3434
github.com/stretchr/testify v1.11.1
3535
golang.org/x/crypto v0.43.0
36-
golang.org/x/sync v0.17.0
36+
golang.org/x/sync v0.18.0
3737
gopkg.in/dnaeon/go-vcr.v3 v3.2.0
3838
gopkg.in/dnaeon/go-vcr.v4 v4.0.5
3939
)
@@ -166,7 +166,7 @@ require (
166166
golang.org/x/net v0.46.0 // indirect
167167
golang.org/x/sys v0.37.0 // indirect
168168
golang.org/x/term v0.36.0 // indirect
169-
golang.org/x/text v0.30.0 // indirect
169+
golang.org/x/text v0.31.0 // indirect
170170
golang.org/x/tools v0.38.0 // indirect
171171
google.golang.org/appengine v1.6.8 // indirect
172172
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect

0 commit comments

Comments
 (0)