Skip to content

Commit 99b2336

Browse files
committed
go mod tidy
1 parent a9149dc commit 99b2336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ require (
3232
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.34.0.20250721082157-a9b7a7bd9686
3333
github.com/stretchr/testify v1.11.1
3434
golang.org/x/crypto v0.42.0
35+
golang.org/x/sync v0.17.0
3536
gopkg.in/dnaeon/go-vcr.v3 v3.2.0
3637
)
3738

@@ -161,7 +162,6 @@ require (
161162
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
162163
golang.org/x/mod v0.28.0 // indirect
163164
golang.org/x/net v0.44.0 // indirect
164-
golang.org/x/sync v0.17.0 // indirect
165165
golang.org/x/sys v0.36.0 // indirect
166166
golang.org/x/term v0.35.0 // indirect
167167
golang.org/x/text v0.29.0 // indirect

0 commit comments

Comments
 (0)