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 7998d04 commit 98da4fbCopy full SHA for 98da4fb
go.mod
@@ -5,9 +5,13 @@ go 1.14
5
require (
6
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
7
github.com/k0kubun/pp v3.0.1+incompatible
8
+ github.com/kr/pretty v0.3.0 // indirect
9
github.com/mattn/go-colorable v0.0.9 // indirect
10
+ github.com/mattn/go-isatty v0.0.16 // indirect
11
github.com/mitchellh/mapstructure v1.5.0
12
+ github.com/rogpeppe/go-internal v1.9.0 // indirect
13
github.com/stretchr/testify v1.9.0
14
golang.org/x/net v0.24.0
- golang.org/x/oauth2 v0.19.0
15
+ golang.org/x/oauth2 v0.20.0
16
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
17
)
0 commit comments