We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 250c227 + eff2827 commit 1968e01Copy full SHA for 1968e01
go.mod
@@ -5,6 +5,7 @@ go 1.14
5
require (
6
github.com/go-git/go-git/v5 v5.11.0
7
github.com/google/go-github/v32 v32.1.0
8
+ github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
9
github.com/gorilla/mux v1.8.1
10
github.com/markbates/pkger v0.17.1
11
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
@@ -13,5 +14,7 @@ require (
13
14
github.com/sirupsen/logrus v1.9.3
15
github.com/spf13/cobra v1.8.0
16
github.com/stretchr/testify v1.9.0
- 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
20
)
0 commit comments