Skip to content

Commit 742a068

Browse files
Bump golang.org/x/oauth2 from 0.0.0-20211104180415-d3ed0bb246c8 to 0.7.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20211104180415-d3ed0bb246c8 to 0.7.0. - [Release notes](https://github.com/golang/oauth2/releases) - [Commits](https://github.com/golang/oauth2/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8c85cd commit 742a068

File tree

2 files changed

+9
-352
lines changed

2 files changed

+9
-352
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/Masterminds/semver/v3 v3.2.0
77
github.com/google/go-github/v45 v45.2.0
8-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
8+
golang.org/x/oauth2 v0.7.0
99
sigs.k8s.io/yaml v1.3.0
1010
)
1111

@@ -15,9 +15,9 @@ require (
1515
github.com/kr/text v0.2.0 // indirect
1616
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1717
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
18-
golang.org/x/net v0.7.0 // indirect
18+
golang.org/x/net v0.9.0 // indirect
1919
google.golang.org/appengine v1.6.7 // indirect
20-
google.golang.org/protobuf v1.27.1 // indirect
20+
google.golang.org/protobuf v1.28.0 // indirect
2121
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
2222
gopkg.in/yaml.v2 v2.4.0 // indirect
2323
)

0 commit comments

Comments
 (0)