Skip to content

Commit 485a4e4

Browse files
fix(deps): update module golang.org/x/oauth2 to v0.33.0
1 parent 9647e2b commit 485a4e4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
module github.com/netlify/terraform-provider-netlify
22

3-
go 1.23.0
3+
go 1.24.0
44

55
toolchain go1.24.4
66

77
require (
88
github.com/go-swagger/go-swagger v0.30.5
99
github.com/hashicorp/terraform-plugin-docs v0.21.0
1010
github.com/hashicorp/terraform-plugin-framework v1.14.1
11-
golang.org/x/oauth2 v0.29.0
11+
golang.org/x/oauth2 v0.33.0
12+
gopkg.in/validator.v2 v2.0.1
1213
)
1314

1415
require (
@@ -27,7 +28,6 @@ require (
2728
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
2829
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
2930
google.golang.org/appengine v1.6.8 // indirect
30-
gopkg.in/validator.v2 v2.0.1 // indirect
3131
)
3232

3333
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
325325
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
326326
golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98=
327327
golang.org/x/oauth2 v0.29.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
328+
golang.org/x/oauth2 v0.33.0 h1:4Q+qn+E5z8gPRJfmRy7C2gGG3T4jIprK6aSYgTXGRpo=
329+
golang.org/x/oauth2 v0.33.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
328330
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
329331
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
330332
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)