Skip to content

Commit 117a199

Browse files
committed
Fix package issue
1 parent eab04aa commit 117a199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.17
55
require (
66
github.com/gruntwork-io/terratest v0.40.6
77
github.com/stretchr/testify v1.7.0
8+
github.com/xinsnake/go-http-digest-auth-client v0.6.0
89
k8s.io/api v0.23.0
910
)
1011

@@ -43,7 +44,6 @@ require (
4344
github.com/russross/blackfriday/v2 v2.1.0 // indirect
4445
github.com/spf13/pflag v1.0.5 // indirect
4546
github.com/urfave/cli v1.22.2 // indirect
46-
github.com/xinsnake/go-http-digest-auth-client v0.6.0
4747
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
4848
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
4949
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect

0 commit comments

Comments
 (0)