Skip to content

Commit f6bfd05

Browse files
Bump the go_modules group across 1 directory with 6 updates
Bumps the go_modules group with 3 updates in the / directory: [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter), [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) and [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `github.com/hashicorp/go-getter` from 1.7.1 to 1.7.9 - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.7.1...v1.7.9) Updates `github.com/ulikunitz/xz` from 0.5.10 to 0.5.14 - [Commits](ulikunitz/xz@v0.5.10...v0.5.14) Updates `golang.org/x/crypto` from 0.14.0 to 0.32.0 - [Commits](golang/crypto@v0.14.0...v0.32.0) Updates `golang.org/x/net` from 0.17.0 to 0.34.0 - [Commits](golang/net@v0.17.0...v0.34.0) Updates `golang.org/x/oauth2` from 0.8.0 to 0.27.0 - [Commits](golang/oauth2@v0.8.0...v0.27.0) Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-version: 1.7.9 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/ulikunitz/xz dependency-version: 0.5.14 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.32.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.34.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-version: 1.33.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 699de7d commit f6bfd05

File tree

2 files changed

+738
-46
lines changed

2 files changed

+738
-46
lines changed

go.mod

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ require (
1313

1414
require (
1515
cloud.google.com/go v0.110.0 // indirect
16-
cloud.google.com/go/compute v1.19.1 // indirect
17-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
16+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
1817
cloud.google.com/go/iam v0.13.0 // indirect
19-
cloud.google.com/go/storage v1.28.1 // indirect
18+
cloud.google.com/go/storage v1.29.0 // indirect
2019
github.com/agext/levenshtein v1.2.3 // indirect
2120
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2221
github.com/aws/aws-sdk-go v1.44.122 // indirect
@@ -32,7 +31,7 @@ require (
3231
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
3332
github.com/aws/smithy-go v1.19.0 // indirect
3433
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
35-
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
34+
github.com/boombuler/barcode v1.0.1 // indirect
3635
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
3736
github.com/davecgh/go-spew v1.1.1 // indirect
3837
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
@@ -46,15 +45,15 @@ require (
4645
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4746
github.com/golang/protobuf v1.5.3 // indirect
4847
github.com/google/gnostic-models v0.6.8 // indirect
49-
github.com/google/go-cmp v0.5.9 // indirect
48+
github.com/google/go-cmp v0.6.0 // indirect
5049
github.com/google/gofuzz v1.2.0 // indirect
5150
github.com/google/uuid v1.3.0 // indirect
5251
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
5352
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
5453
github.com/gruntwork-io/go-commons v0.8.0 // indirect
5554
github.com/hashicorp/errwrap v1.0.0 // indirect
5655
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
57-
github.com/hashicorp/go-getter v1.7.1 // indirect
56+
github.com/hashicorp/go-getter v1.7.9 // indirect
5857
github.com/hashicorp/go-multierror v1.1.0 // indirect
5958
github.com/hashicorp/go-safetemp v1.0.0 // indirect
6059
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -69,7 +68,6 @@ require (
6968
github.com/mailru/easyjson v0.7.7 // indirect
7069
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
7170
github.com/mitchellh/go-homedir v1.1.0 // indirect
72-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
7371
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
7472
github.com/moby/spdystream v0.2.0 // indirect
7573
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -80,23 +78,23 @@ require (
8078
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8179
github.com/spf13/pflag v1.0.5 // indirect
8280
github.com/tmccombs/hcl2json v0.3.3 // indirect
83-
github.com/ulikunitz/xz v0.5.10 // indirect
81+
github.com/ulikunitz/xz v0.5.14 // indirect
8482
github.com/urfave/cli v1.22.2 // indirect
8583
github.com/zclconf/go-cty v1.9.1 // indirect
8684
go.opencensus.io v0.24.0 // indirect
87-
golang.org/x/crypto v0.14.0 // indirect
88-
golang.org/x/net v0.17.0 // indirect
89-
golang.org/x/oauth2 v0.8.0 // indirect
90-
golang.org/x/sys v0.13.0 // indirect
91-
golang.org/x/term v0.13.0 // indirect
92-
golang.org/x/text v0.13.0 // indirect
85+
golang.org/x/crypto v0.32.0 // indirect
86+
golang.org/x/net v0.34.0 // indirect
87+
golang.org/x/oauth2 v0.27.0 // indirect
88+
golang.org/x/sys v0.29.0 // indirect
89+
golang.org/x/term v0.28.0 // indirect
90+
golang.org/x/text v0.21.0 // indirect
9391
golang.org/x/time v0.3.0 // indirect
9492
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
9593
google.golang.org/api v0.114.0 // indirect
9694
google.golang.org/appengine v1.6.7 // indirect
9795
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
9896
google.golang.org/grpc v1.56.3 // indirect
99-
google.golang.org/protobuf v1.31.0 // indirect
97+
google.golang.org/protobuf v1.33.0 // indirect
10098
gopkg.in/inf.v0 v0.9.1 // indirect
10199
gopkg.in/yaml.v2 v2.4.0 // indirect
102100
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)