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 418c349 commit db46322Copy full SHA for db46322
go.mod
@@ -5,6 +5,12 @@ go 1.17
5
require (
6
github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb
7
github.com/stretchr/testify v1.7.0
8
+ golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
9
)
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