Skip to content

Commit 1968e01

Browse files
authored
Merge pull request #111 from github/dependabot/go_modules/golang.org/x/oauth2-0.23.0
Bump golang.org/x/oauth2 from 0.16.0 to 0.23.0
2 parents 250c227 + eff2827 commit 1968e01

File tree

2 files changed

+7
-1407
lines changed

2 files changed

+7
-1407
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.14
55
require (
66
github.com/go-git/go-git/v5 v5.11.0
77
github.com/google/go-github/v32 v32.1.0
8+
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
89
github.com/gorilla/mux v1.8.1
910
github.com/markbates/pkger v0.17.1
1011
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
@@ -13,5 +14,7 @@ require (
1314
github.com/sirupsen/logrus v1.9.3
1415
github.com/spf13/cobra v1.8.0
1516
github.com/stretchr/testify v1.9.0
16-
golang.org/x/oauth2 v0.16.0
17+
golang.org/x/net v0.20.0 // indirect
18+
golang.org/x/oauth2 v0.23.0
19+
google.golang.org/protobuf v1.31.0 // indirect
1720
)

0 commit comments

Comments
 (0)