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 eab04aa commit 117a199Copy full SHA for 117a199
go.mod
@@ -5,6 +5,7 @@ go 1.17
5
require (
6
github.com/gruntwork-io/terratest v0.40.6
7
github.com/stretchr/testify v1.7.0
8
+ github.com/xinsnake/go-http-digest-auth-client v0.6.0
9
k8s.io/api v0.23.0
10
)
11
@@ -43,7 +44,6 @@ require (
43
44
github.com/russross/blackfriday/v2 v2.1.0 // indirect
45
github.com/spf13/pflag v1.0.5 // indirect
46
github.com/urfave/cli v1.22.2 // indirect
- github.com/xinsnake/go-http-digest-auth-client v0.6.0
47
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
48
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
49
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
0 commit comments