2019-07-25 22:54:23 +00:00
|
|
|
module github.com/hashicorp/go-getter
|
|
|
|
|
|
|
|
require (
|
2019-08-26 17:49:15 +00:00
|
|
|
cloud.google.com/go v0.36.0
|
2019-07-25 22:54:23 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.15.78
|
|
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
|
|
|
|
github.com/cheggaaa/pb v1.0.27
|
|
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.0
|
|
|
|
github.com/hashicorp/go-safetemp v1.0.0
|
|
|
|
github.com/hashicorp/go-version v1.1.0
|
|
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.0.0
|
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
|
|
|
github.com/ulikunitz/xz v0.5.5
|
|
|
|
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 // indirect
|
2019-08-26 17:49:15 +00:00
|
|
|
google.golang.org/api v0.1.0
|
2019-07-25 22:54:23 +00:00
|
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
|
|
|
|
)
|