Skip to content

Commit a215d02

Browse files
[chore] : Bump the go-security group with 2 updates
Bumps the go-security group with 2 updates: [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/net` from 0.34.0 to 0.38.0 - [Commits](golang/net@v0.34.0...v0.38.0) Updates `golang.org/x/oauth2` from 0.7.0 to 0.27.0 - [Commits](golang/oauth2@v0.7.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect dependency-group: go-security - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: direct:production dependency-group: go-security ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e25fa8 commit a215d02

File tree

2 files changed

+36
-1447
lines changed

2 files changed

+36
-1447
lines changed

go.mod

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,41 @@ require (
55
github.com/aws/aws-sdk-go v1.44.122
66
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
77
github.com/cheggaaa/pb v1.0.27
8-
github.com/fatih/color v1.7.0 // indirect
9-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
108
github.com/hashicorp/go-cleanhttp v0.5.2
119
github.com/hashicorp/go-safetemp v1.0.0
1210
github.com/hashicorp/go-version v1.6.0
1311
github.com/klauspost/compress v1.15.11
14-
github.com/mattn/go-colorable v0.0.9 // indirect
15-
github.com/mattn/go-runewidth v0.0.4 // indirect
1612
github.com/mitchellh/go-homedir v1.1.0
1713
github.com/ulikunitz/xz v0.5.10
18-
golang.org/x/net v0.34.0 // indirect
19-
golang.org/x/oauth2 v0.7.0
14+
golang.org/x/oauth2 v0.27.0
2015
google.golang.org/api v0.114.0
16+
)
17+
18+
require (
19+
cloud.google.com/go v0.110.0 // indirect
20+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
21+
cloud.google.com/go/iam v0.13.0 // indirect
22+
github.com/fatih/color v1.7.0 // indirect
23+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
24+
github.com/golang/protobuf v1.5.3 // indirect
25+
github.com/google/go-cmp v0.6.0 // indirect
26+
github.com/google/uuid v1.3.0 // indirect
27+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
28+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
29+
github.com/jmespath/go-jmespath v0.4.0 // indirect
30+
github.com/mattn/go-colorable v0.0.9 // indirect
31+
github.com/mattn/go-isatty v0.0.16 // indirect
32+
github.com/mattn/go-runewidth v0.0.4 // indirect
33+
go.opencensus.io v0.24.0 // indirect
34+
golang.org/x/net v0.38.0 // indirect
35+
golang.org/x/sys v0.31.0 // indirect
36+
golang.org/x/text v0.23.0 // indirect
37+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
38+
google.golang.org/appengine v1.6.7 // indirect
39+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
2140
google.golang.org/grpc v1.56.3 // indirect
2241
google.golang.org/protobuf v1.33.0 // indirect
2342
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
2443
)
2544

26-
go 1.13
45+
go 1.23.0

0 commit comments

Comments
 (0)