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 da1a287 commit 1baef44Copy full SHA for 1baef44
internal/backend/remote-state/oss/go.mod
@@ -12,6 +12,7 @@ require (
12
github.com/hashicorp/terraform/internal/legacy v0.0.0-00010101000000-000000000000
13
github.com/jmespath/go-jmespath v0.4.0
14
github.com/mitchellh/go-homedir v1.1.0
15
+ golang.org/x/net v0.41.0
16
)
17
18
require (
@@ -46,7 +47,6 @@ require (
46
47
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
48
golang.org/x/crypto v0.39.0 // indirect
49
golang.org/x/mod v0.25.0 // indirect
- golang.org/x/net v0.41.0 // indirect
50
golang.org/x/sync v0.15.0 // indirect
51
golang.org/x/sys v0.33.0 // indirect
52
golang.org/x/text v0.26.0 // indirect
0 commit comments