File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/netlify/terraform-provider-netlify
22
3- go 1.23 .0
3+ go 1.24 .0
44
55toolchain go1.24.4
66
77require (
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
1415require (
@@ -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
3333require (
Original file line number Diff line number Diff line change @@ -325,6 +325,8 @@ golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
325325golang.org/x/net v0.37.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
326326golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98 =
327327golang.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 =
328330golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
329331golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
330332golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments