Skip to content

Commit 91fc6f4

Browse files
chore(deps): bump the go_modules group across 1 directory with 4 updates
Bumps the go_modules group with 2 updates in the /test/src directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `golang.org/x/crypto` from 0.0.0-20210921155107-089bfa567519 to 0.35.0 - [Commits](https://github.com/golang/crypto/commits/v0.35.0) Updates `golang.org/x/net` from 0.1.0 to 0.21.0 - [Commits](golang/net@v0.1.0...v0.21.0) Updates `google.golang.org/grpc` from 1.50.1 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.50.1...v1.56.3) Updates `google.golang.org/protobuf` from 1.28.1 to 1.30.0 --- updated-dependencies: - 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 - dependency-name: google.golang.org/protobuf dependency-version: 1.30.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 781a248 commit 91fc6f4

File tree

2 files changed

+70
-41
lines changed

2 files changed

+70
-41
lines changed

test/src/go.mod

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@ toolchain go1.24.0
77
require github.com/gruntwork-io/terratest v0.38.5
88

99
require (
10-
cloud.google.com/go v0.104.0 // indirect
11-
cloud.google.com/go/compute v1.10.0 // indirect
12-
cloud.google.com/go/iam v0.5.0 // indirect
13-
cloud.google.com/go/storage v1.27.0 // indirect
10+
cloud.google.com/go v0.110.0 // indirect
11+
cloud.google.com/go/compute v1.19.1 // indirect
12+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
13+
cloud.google.com/go/iam v0.13.0 // indirect
14+
cloud.google.com/go/storage v1.28.1 // indirect
1415
github.com/agext/levenshtein v1.2.3 // indirect
1516
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
1617
github.com/aws/aws-sdk-go v1.44.122 // indirect
1718
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
1819
github.com/davecgh/go-spew v1.1.1 // indirect
1920
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
20-
github.com/golang/protobuf v1.5.2 // indirect
21+
github.com/golang/protobuf v1.5.3 // indirect
2122
github.com/google/go-cmp v0.5.9 // indirect
2223
github.com/google/uuid v1.3.0 // indirect
23-
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
24-
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
24+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
25+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
2526
github.com/hashicorp/errwrap v1.0.0 // indirect
2627
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
2728
github.com/hashicorp/go-getter v1.7.5 // indirect
@@ -38,21 +39,21 @@ require (
3839
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
3940
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
4041
github.com/pmezard/go-difflib v1.0.0 // indirect
41-
github.com/stretchr/testify v1.7.0 // indirect
42+
github.com/stretchr/testify v1.8.1 // indirect
4243
github.com/tmccombs/hcl2json v0.3.3 // indirect
4344
github.com/ulikunitz/xz v0.5.10 // indirect
4445
github.com/zclconf/go-cty v1.8.1 // indirect
45-
go.opencensus.io v0.23.0 // indirect
46-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
47-
golang.org/x/net v0.1.0 // indirect
48-
golang.org/x/oauth2 v0.1.0 // indirect
49-
golang.org/x/sys v0.1.0 // indirect
50-
golang.org/x/text v0.4.0 // indirect
46+
go.opencensus.io v0.24.0 // indirect
47+
golang.org/x/crypto v0.35.0 // indirect
48+
golang.org/x/net v0.21.0 // indirect
49+
golang.org/x/oauth2 v0.7.0 // indirect
50+
golang.org/x/sys v0.30.0 // indirect
51+
golang.org/x/text v0.22.0 // indirect
5152
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
52-
google.golang.org/api v0.100.0 // indirect
53+
google.golang.org/api v0.114.0 // indirect
5354
google.golang.org/appengine v1.6.7 // indirect
54-
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
55-
google.golang.org/grpc v1.50.1 // indirect
56-
google.golang.org/protobuf v1.28.1 // indirect
57-
gopkg.in/yaml.v3 v3.0.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.30.0 // indirect
58+
gopkg.in/yaml.v3 v3.0.1 // indirect
5859
)

0 commit comments

Comments
 (0)