module github.com/opentofu/svchost

go 1.24

require (
	github.com/google/go-cmp v0.7.0
	github.com/zclconf/go-cty v1.16.2
	golang.org/x/net v0.40.0
	golang.org/x/oauth2 v0.30.0
)

require (
	github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
	golang.org/x/text v0.25.0 // indirect
)
