module github.com/hashicorp/go-getter/v2

require (
	github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
	github.com/google/go-cmp v0.3.0
	github.com/hashicorp/go-cleanhttp v0.5.0
	github.com/hashicorp/go-multierror v1.1.0
	github.com/hashicorp/go-safetemp v1.0.0
	github.com/hashicorp/go-version v1.1.0
	github.com/mitchellh/go-homedir v1.0.0
	github.com/mitchellh/go-testing-interface v1.0.0
	github.com/ulikunitz/xz v0.5.8
)

go 1.13
