Skip to content
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

Update module github.com/hashicorp/go-getter to v1.7.5 [SECURITY] #1199

Open
wants to merge 1 commit into
base: master
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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/GoogleCloudPlatform/healthcare-data-protection-suite
go 1.14

require (
cloud.google.com/go/storage v1.22.0
cloud.google.com/go/storage v1.27.0
github.com/agext/levenshtein v1.2.3 // indirect
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.5.7
github.com/google/go-cmp v0.5.9
github.com/google/go-cpy v0.0.0-20211218193943-a9c933c06932
github.com/hashicorp/go-getter v1.5.11
github.com/hashicorp/go-getter/v2 v2.1.0 // indirect
github.com/hashicorp/go-version v1.5.0
github.com/hashicorp/go-getter v1.7.5
github.com/hashicorp/go-getter/v2 v2.1.0
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hcl/v2 v2.11.1
github.com/hashicorp/terraform v0.15.3
github.com/imdario/mergo v0.3.12
Expand All @@ -23,5 +23,5 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zclconf/go-cty v1.10.0
google.golang.org/api v0.74.0
google.golang.org/api v0.100.0
)
Loading