Skip to content

Commit db46322

Browse files
committed
PR go mod fix
Signed-off-by: houdini91 <[email protected]>
1 parent 418c349 commit db46322

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ go 1.17
55
require (
66
github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb
77
github.com/stretchr/testify v1.7.0
8+
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
89
)
910

10-
require golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
11+
12+
require (
13+
github.com/davecgh/go-spew v1.1.0 // indirect
14+
github.com/pmezard/go-difflib v1.0.0 // indirect
15+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
16+
)

0 commit comments

Comments
 (0)