Skip to content

Commit ce95723

Browse files
chore(deps): bump the go_modules group across 1 directory with 6 updates
Bumps the go_modules group with 3 updates in the /test/src directory: [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter), [golang.org/x/crypto](https://github.com/golang/crypto) and google.golang.org/protobuf. Updates `github.com/hashicorp/go-getter` from 1.6.2 to 1.7.5 - [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.6.2...v1.7.5) Updates `golang.org/x/crypto` from 0.0.0-20220829220503-c86fa9a7ed90 to 0.35.0 - [Commits](https://github.com/golang/crypto/commits/v0.35.0) Updates `golang.org/x/net` from 0.0.0-20220826154423-83b083e8dc8b to 0.21.0 - [Commits](https://github.com/golang/net/commits/v0.21.0) Updates `golang.org/x/text` from 0.3.7 to 0.22.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.22.0) Updates `google.golang.org/grpc` from 1.49.0 to 1.50.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.49.0...v1.50.1) Updates `google.golang.org/protobuf` from 1.28.1 to 1.33.0 --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-version: 1.7.5 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.21.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-version: 0.22.0 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-version: 1.50.1 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 c9b3985 commit ce95723

2 files changed

Lines changed: 228 additions & 59 deletions

File tree

test/src/go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ require (
1212

1313
require (
1414
cloud.google.com/go v0.104.0 // indirect
15-
cloud.google.com/go/compute v1.9.0 // indirect
16-
cloud.google.com/go/iam v0.3.0 // indirect
17-
cloud.google.com/go/storage v1.26.0 // indirect
15+
cloud.google.com/go/compute v1.10.0 // indirect
16+
cloud.google.com/go/iam v0.5.0 // indirect
17+
cloud.google.com/go/storage v1.27.0 // indirect
1818
github.com/agext/levenshtein v1.2.3 // indirect
1919
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
20-
github.com/aws/aws-sdk-go v1.44.91 // indirect
20+
github.com/aws/aws-sdk-go v1.44.122 // indirect
2121
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2222
github.com/boombuler/barcode v1.0.1 // indirect
2323
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
@@ -33,15 +33,15 @@ require (
3333
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3434
github.com/golang/protobuf v1.5.2 // indirect
3535
github.com/google/gnostic v0.6.9 // indirect
36-
github.com/google/go-cmp v0.5.8 // indirect
36+
github.com/google/go-cmp v0.5.9 // indirect
3737
github.com/google/gofuzz v1.2.0 // indirect
3838
github.com/google/uuid v1.3.0 // indirect
39-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
40-
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
39+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
40+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
4141
github.com/gruntwork-io/go-commons v0.13.3 // indirect
4242
github.com/hashicorp/errwrap v1.1.0 // indirect
4343
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
44-
github.com/hashicorp/go-getter v1.6.2 // indirect
44+
github.com/hashicorp/go-getter v1.7.5 // indirect
4545
github.com/hashicorp/go-multierror v1.1.1 // indirect
4646
github.com/hashicorp/go-safetemp v1.0.0 // indirect
4747
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -52,7 +52,7 @@ require (
5252
github.com/jmespath/go-jmespath v0.4.0 // indirect
5353
github.com/josharian/intern v1.0.0 // indirect
5454
github.com/json-iterator/go v1.1.12 // indirect
55-
github.com/klauspost/compress v1.15.9 // indirect
55+
github.com/klauspost/compress v1.15.11 // indirect
5656
github.com/mailru/easyjson v0.7.7 // indirect
5757
github.com/mattn/go-zglob v0.0.3 // indirect
5858
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -72,19 +72,19 @@ require (
7272
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
7373
github.com/zclconf/go-cty v1.11.0 // indirect
7474
go.opencensus.io v0.23.0 // indirect
75-
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
76-
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
77-
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
78-
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
79-
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
80-
golang.org/x/text v0.3.7 // indirect
75+
golang.org/x/crypto v0.35.0 // indirect
76+
golang.org/x/net v0.21.0 // indirect
77+
golang.org/x/oauth2 v0.1.0 // indirect
78+
golang.org/x/sys v0.30.0 // indirect
79+
golang.org/x/term v0.29.0 // indirect
80+
golang.org/x/text v0.22.0 // indirect
8181
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
82-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
83-
google.golang.org/api v0.94.0 // indirect
82+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
83+
google.golang.org/api v0.100.0 // indirect
8484
google.golang.org/appengine v1.6.7 // indirect
85-
google.golang.org/genproto v0.0.0-20220902135211-223410557253 // indirect
86-
google.golang.org/grpc v1.49.0 // indirect
87-
google.golang.org/protobuf v1.28.1 // indirect
85+
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
86+
google.golang.org/grpc v1.50.1 // indirect
87+
google.golang.org/protobuf v1.33.0 // indirect
8888
gopkg.in/inf.v0 v0.9.1 // indirect
8989
gopkg.in/yaml.v2 v2.4.0 // indirect
9090
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)