Skip to content

Commit

Permalink
deps: upgrade go-getter to 1.7.7
Browse files Browse the repository at this point in the history
The release addresses a few security vulnerabilities
  • Loading branch information
pkazmierczak committed Jan 10, 2025
1 parent 606ce9d commit 7bd59cf
Show file tree
Hide file tree
Showing 2 changed files with 701 additions and 21 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ require (
github.com/hashicorp/go-cty-funcs v0.0.0-20200930094925-2721b1e36840
github.com/hashicorp/go-discover v0.0.0-20220621183603-a413e131e836
github.com/hashicorp/go-envparse v0.1.0
github.com/hashicorp/go-getter v1.7.5
github.com/hashicorp/go-getter v1.7.7
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-immutable-radix/v2 v2.1.0
github.com/hashicorp/go-kms-wrapping/v2 v2.0.16
Expand Down Expand Up @@ -132,10 +132,10 @@ require (
github.com/zclconf/go-cty-yaml v1.1.0
go.etcd.io/bbolt v1.3.9
go.uber.org/goleak v1.2.1
golang.org/x/crypto v0.31.0
golang.org/x/crypto v0.32.0
golang.org/x/mod v0.22.0
golang.org/x/sync v0.10.0
golang.org/x/sys v0.28.0
golang.org/x/sys v0.29.0
golang.org/x/time v0.8.0
google.golang.org/grpc v1.69.2
google.golang.org/protobuf v1.35.2
Expand Down Expand Up @@ -312,9 +312,9 @@ require (
go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.opentelemetry.io/otel/trace v1.31.0 // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.28.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
Expand Down
Loading

0 comments on commit 7bd59cf

Please sign in to comment.