module github.com/hashicorp/terraform-svchost

go 1.24.0

toolchain go1.24.1

require (
	github.com/google/go-cmp v0.7.0
	github.com/hashicorp/go-cleanhttp v0.5.2
	github.com/hashicorp/go-retryablehttp v0.7.8
	github.com/hashicorp/go-version v1.7.0
	github.com/zclconf/go-cty v1.16.4
	golang.org/x/net v0.43.0
	golang.org/x/oauth2 v0.30.0
)

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