Skip to content

Commit 58d0653

Browse files
Bump the go_modules group in /test/src with 5 updates (#73)
Bumps the go_modules group in /test/src with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.1` | `1.7.5` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.1.0` | `0.17.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.8.0` | `0.10.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.51.0` | `1.56.3` | | google.golang.org/protobuf | `1.31.0` | `1.33.0` | 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.1.0 to 0.17.0 - [Commits](golang/crypto@v0.1.0...v0.17.0) Updates `golang.org/x/net` from 0.8.0 to 0.10.0 - [Commits](golang/net@v0.8.0...v0.10.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) Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0 --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <[email protected]>
1 parent d796276 commit 58d0653

File tree

2 files changed

+54
-51
lines changed

2 files changed

+54
-51
lines changed

test/src/go.mod

+17-17
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ require (
88
)
99

1010
require (
11-
cloud.google.com/go v0.105.0 // indirect
12-
cloud.google.com/go/compute v1.12.1 // indirect
13-
cloud.google.com/go/compute/metadata v0.2.1 // indirect
14-
cloud.google.com/go/iam v0.7.0 // indirect
15-
cloud.google.com/go/storage v1.27.0 // indirect
11+
cloud.google.com/go v0.110.0 // indirect
12+
cloud.google.com/go/compute v1.19.1 // indirect
13+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
14+
cloud.google.com/go/iam v0.13.0 // indirect
15+
cloud.google.com/go/storage v1.28.1 // indirect
1616
github.com/agext/levenshtein v1.2.3 // indirect
1717
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
1818
github.com/aws/aws-sdk-go v1.44.122 // indirect
@@ -22,11 +22,11 @@ require (
2222
github.com/golang/protobuf v1.5.3 // indirect
2323
github.com/google/go-cmp v0.5.9 // indirect
2424
github.com/google/uuid v1.3.0 // indirect
25-
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
26-
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
25+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
26+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
2727
github.com/hashicorp/errwrap v1.0.0 // indirect
2828
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
29-
github.com/hashicorp/go-getter v1.7.1 // indirect
29+
github.com/hashicorp/go-getter v1.7.5 // indirect
3030
github.com/hashicorp/go-multierror v1.1.0 // indirect
3131
github.com/hashicorp/go-safetemp v1.0.0 // indirect
3232
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -44,16 +44,16 @@ require (
4444
github.com/ulikunitz/xz v0.5.10 // indirect
4545
github.com/zclconf/go-cty v1.9.1 // indirect
4646
go.opencensus.io v0.24.0 // indirect
47-
golang.org/x/crypto v0.1.0 // indirect
48-
golang.org/x/net v0.8.0 // indirect
49-
golang.org/x/oauth2 v0.1.0 // indirect
50-
golang.org/x/sys v0.6.0 // indirect
51-
golang.org/x/text v0.8.0 // indirect
47+
golang.org/x/crypto v0.17.0 // indirect
48+
golang.org/x/net v0.10.0 // indirect
49+
golang.org/x/oauth2 v0.7.0 // indirect
50+
golang.org/x/sys v0.15.0 // indirect
51+
golang.org/x/text v0.14.0 // indirect
5252
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
53-
google.golang.org/api v0.103.0 // indirect
53+
google.golang.org/api v0.114.0 // indirect
5454
google.golang.org/appengine v1.6.7 // indirect
55-
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c // indirect
56-
google.golang.org/grpc v1.51.0 // indirect
57-
google.golang.org/protobuf v1.31.0 // indirect
55+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
56+
google.golang.org/grpc v1.56.3 // indirect
57+
google.golang.org/protobuf v1.33.0 // indirect
5858
gopkg.in/yaml.v3 v3.0.1 // indirect
5959
)

0 commit comments

Comments
 (0)