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.
1 parent 51e5772 commit e81a1f9Copy full SHA for e81a1f9
go.mod
@@ -13,6 +13,6 @@ require (
13
github.com/sirupsen/logrus v1.7.0
14
github.com/spf13/cobra v1.0.0
15
github.com/spf13/pflag v1.0.5 // indirect
16
- github.com/stretchr/testify v1.7.0
17
- golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
+ github.com/stretchr/testify v1.8.1
+ golang.org/x/oauth2 v0.12.0
18
)
0 commit comments