We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d051c commit df4825dCopy full SHA for df4825d
go.mod
@@ -2,13 +2,14 @@ module github.com/netlify/terraform-provider-netlify
2
3
go 1.23.0
4
5
-toolchain go1.24.4
+toolchain go1.25.4
6
7
require (
8
github.com/go-swagger/go-swagger v0.30.5
9
github.com/hashicorp/terraform-plugin-docs v0.21.0
10
github.com/hashicorp/terraform-plugin-framework v1.14.1
11
golang.org/x/oauth2 v0.29.0
12
+ gopkg.in/validator.v2 v2.0.1
13
)
14
15
@@ -27,7 +28,6 @@ require (
27
28
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
29
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
30
google.golang.org/appengine v1.6.8 // indirect
- gopkg.in/validator.v2 v2.0.1 // indirect
31
32
33
0 commit comments