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 800e45b commit 9013eccCopy full SHA for 9013ecc
go.mod
@@ -6,9 +6,8 @@ require (
6
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
7
github.com/k0kubun/pp v3.0.1+incompatible
8
github.com/mattn/go-colorable v0.0.9 // indirect
9
- github.com/mattn/go-isatty v0.0.3 // indirect
10
github.com/mitchellh/mapstructure v1.5.0
11
github.com/stretchr/testify v1.8.4
12
- golang.org/x/net v0.11.0
13
- golang.org/x/oauth2 v0.9.0
+ golang.org/x/net v0.12.0
+ golang.org/x/oauth2 v0.10.0
14
)
0 commit comments