File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/upbound/provider-opentofu
22
3+ tool golang.org/x/tools/cmd/goimports
4+
35go 1.24.10
46
57require (
@@ -95,6 +97,7 @@ require (
9597 golang.org/x/oauth2 v0.27.0 // indirect
9698 golang.org/x/sync v0.18.0 // indirect
9799 golang.org/x/sys v0.38.0 // indirect
100+ golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
98101 golang.org/x/term v0.37.0 // indirect
99102 golang.org/x/text v0.31.0 // indirect
100103 golang.org/x/time v0.9.0 // indirect
Original file line number Diff line number Diff line change @@ -1335,6 +1335,8 @@ golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
13351335golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc =
13361336golang.org/x/sys v0.38.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
13371337golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2 /go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE =
1338+ golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 h1:LvzTn0GQhWuvKH/kVRS3R3bVAsdQWI7hvfLHGgh9+lU =
1339+ golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 /go.mod h1:Pi4ztBfryZoJEkyFTI5/Ocsu2jXyDr6iSdgJiYE/uwE =
13381340golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
13391341golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
13401342golang.org/x/term v0.2.0 /go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc =
You can’t perform that action at this time.
0 commit comments