Skip to content

Bump github.com/hashicorp/go-getter from 1.4.1 to 1.7.0 #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release/v12.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ module github.com/DimensionDataResearch/dd-cloud-compute-terraform
go 1.12

require (
cloud.google.com/go v0.51.0 // indirect
cloud.google.com/go/storage v1.5.0 // indirect
github.com/DimensionDataResearch/go-dd-cloud-compute v1.13.0
github.com/aws/aws-sdk-go v1.27.3 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/hashicorp/go-getter v1.4.1 // indirect
github.com/hashicorp/go-getter v1.7.0 // indirect
github.com/hashicorp/go-hclog v0.10.1 // indirect
github.com/hashicorp/hcl/v2 v2.3.0 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.4.1
Expand All @@ -18,11 +14,6 @@ require (
github.com/oklog/run v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/posener/complete v1.2.3 // indirect
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
golang.org/x/crypto v0.0.0-20200108215511-5d647ca15757
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
golang.org/x/tools v0.0.0-20200108203644-89082a384178 // indirect
google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)
Loading