Skip to content

Commit 7b380c7

Browse files
chore(deps): bump the go_modules group across 1 directory with 4 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/grpc](https://github.com/grpc/grpc-go). Updates `github.com/hashicorp/go-getter` from 1.7.1 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.7.1...v1.7.5) Updates `golang.org/x/crypto` from 0.17.0 to 0.35.0 - [Commits](golang/crypto@v0.17.0...v0.35.0) Updates `golang.org/x/net` from 0.10.0 to 0.21.0 - [Commits](golang/net@v0.10.0...v0.21.0) Updates `google.golang.org/grpc` from 1.51.0 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.51.0...v1.56.3) --- 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: google.golang.org/grpc dependency-version: 1.56.3 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5be4f20 commit 7b380c7

File tree

2 files changed

+58
-53
lines changed

2 files changed

+58
-53
lines changed

test/src/go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ require (
1010
)
1111

1212
require (
13-
cloud.google.com/go v0.105.0 // indirect
14-
cloud.google.com/go/compute v1.12.1 // indirect
15-
cloud.google.com/go/compute/metadata v0.2.1 // indirect
16-
cloud.google.com/go/iam v0.7.0 // indirect
17-
cloud.google.com/go/storage v1.27.0 // indirect
13+
cloud.google.com/go v0.110.0 // indirect
14+
cloud.google.com/go/compute v1.19.1 // indirect
15+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
16+
cloud.google.com/go/iam v0.13.0 // indirect
17+
cloud.google.com/go/storage v1.28.1 // indirect
1818
github.com/agext/levenshtein v1.2.3 // indirect
1919
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2020
github.com/aws/aws-sdk-go v1.44.122 // indirect
@@ -28,17 +28,17 @@ require (
2828
github.com/go-sql-driver/mysql v1.4.1 // indirect
2929
github.com/gogo/protobuf v1.3.2 // indirect
3030
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
31-
github.com/golang/protobuf v1.5.2 // indirect
31+
github.com/golang/protobuf v1.5.3 // indirect
3232
github.com/google/go-cmp v0.5.9 // indirect
3333
github.com/google/gofuzz v1.1.0 // indirect
3434
github.com/google/uuid v1.3.0 // indirect
35-
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
36-
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
35+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
36+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
3737
github.com/googleapis/gnostic v0.4.1 // indirect
3838
github.com/gruntwork-io/go-commons v0.8.0 // indirect
3939
github.com/hashicorp/errwrap v1.0.0 // indirect
4040
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
41-
github.com/hashicorp/go-getter v1.7.1 // indirect
41+
github.com/hashicorp/go-getter v1.7.5 // indirect
4242
github.com/hashicorp/go-multierror v1.1.0 // indirect
4343
github.com/hashicorp/go-safetemp v1.0.0 // indirect
4444
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -64,18 +64,18 @@ require (
6464
github.com/urfave/cli v1.22.2 // indirect
6565
github.com/zclconf/go-cty v1.9.1 // indirect
6666
go.opencensus.io v0.24.0 // indirect
67-
golang.org/x/crypto v0.17.0 // indirect
68-
golang.org/x/net v0.10.0 // indirect
69-
golang.org/x/oauth2 v0.1.0 // indirect
70-
golang.org/x/sys v0.15.0 // indirect
71-
golang.org/x/term v0.15.0 // indirect
72-
golang.org/x/text v0.14.0 // indirect
67+
golang.org/x/crypto v0.35.0 // indirect
68+
golang.org/x/net v0.21.0 // indirect
69+
golang.org/x/oauth2 v0.7.0 // indirect
70+
golang.org/x/sys v0.30.0 // indirect
71+
golang.org/x/term v0.29.0 // indirect
72+
golang.org/x/text v0.22.0 // indirect
7373
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
7474
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
75-
google.golang.org/api v0.103.0 // indirect
75+
google.golang.org/api v0.114.0 // indirect
7676
google.golang.org/appengine v1.6.7 // indirect
77-
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c // indirect
78-
google.golang.org/grpc v1.51.0 // indirect
77+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
78+
google.golang.org/grpc v1.56.3 // indirect
7979
google.golang.org/protobuf v1.33.0 // indirect
8080
gopkg.in/inf.v0 v0.9.1 // indirect
8181
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)