Skip to content

Commit a56b240

Browse files
Bump the go_modules group in /test/src with 4 updates (cloudposse#175)
Bumps the go_modules group in /test/src with 4 updates: [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter), [golang.org/x/net](https://github.com/golang/net), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and google.golang.org/protobuf. 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/net` from 0.10.0 to 0.23.0 - [Commits](golang/net@v0.10.0...v0.23.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.28.1 to 1.30.0 --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter 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>
1 parent 469f313 commit a56b240

File tree

2 files changed

+56
-51
lines changed

2 files changed

+56
-51
lines changed

test/src/go.mod

+18-18
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
@@ -26,17 +26,17 @@ require (
2626
github.com/go-sql-driver/mysql v1.4.1 // indirect
2727
github.com/gogo/protobuf v1.3.2 // indirect
2828
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29-
github.com/golang/protobuf v1.5.2 // indirect
29+
github.com/golang/protobuf v1.5.3 // indirect
3030
github.com/google/go-cmp v0.5.9 // indirect
3131
github.com/google/gofuzz v1.1.0 // indirect
3232
github.com/google/uuid v1.3.0 // indirect
33-
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
34-
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
33+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
34+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
3535
github.com/googleapis/gnostic v0.4.1 // indirect
3636
github.com/gruntwork-io/go-commons v0.8.0 // indirect
3737
github.com/hashicorp/errwrap v1.0.0 // indirect
3838
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
39-
github.com/hashicorp/go-getter v1.7.1 // indirect
39+
github.com/hashicorp/go-getter v1.7.5 // indirect
4040
github.com/hashicorp/go-multierror v1.1.0 // indirect
4141
github.com/hashicorp/go-safetemp v1.0.0 // indirect
4242
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -62,19 +62,19 @@ require (
6262
github.com/urfave/cli v1.22.2 // indirect
6363
github.com/zclconf/go-cty v1.9.1 // indirect
6464
go.opencensus.io v0.24.0 // indirect
65-
golang.org/x/crypto v0.17.0 // indirect
66-
golang.org/x/net v0.10.0 // indirect
67-
golang.org/x/oauth2 v0.1.0 // indirect
68-
golang.org/x/sys v0.15.0 // indirect
69-
golang.org/x/term v0.15.0 // indirect
65+
golang.org/x/crypto v0.21.0 // indirect
66+
golang.org/x/net v0.23.0 // indirect
67+
golang.org/x/oauth2 v0.7.0 // indirect
68+
golang.org/x/sys v0.18.0 // indirect
69+
golang.org/x/term v0.18.0 // indirect
7070
golang.org/x/text v0.14.0 // indirect
7171
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
7272
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
73-
google.golang.org/api v0.103.0 // indirect
73+
google.golang.org/api v0.114.0 // indirect
7474
google.golang.org/appengine v1.6.7 // indirect
75-
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c // indirect
76-
google.golang.org/grpc v1.51.0 // indirect
77-
google.golang.org/protobuf v1.28.1 // indirect
75+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
76+
google.golang.org/grpc v1.56.3 // indirect
77+
google.golang.org/protobuf v1.30.0 // indirect
7878
gopkg.in/inf.v0 v0.9.1 // indirect
7979
gopkg.in/yaml.v2 v2.4.0 // indirect
8080
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)