Update dependencies and fork repo

- use our repo
- make fork
This commit is contained in:
Evgeniy Kulikov 2019-08-27 12:53:39 +03:00
parent 6a90f24967
commit 687aff7013
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import (
"math/big" "math/big"
"testing" "testing"
"github.com/codahale/rfc6979" "github.com/nspcc-dev/rfc6979"
) )
type dsaFixture struct { type dsaFixture struct {

View file

@ -10,7 +10,7 @@ import (
"math/big" "math/big"
"testing" "testing"
"github.com/codahale/rfc6979" "github.com/nspcc-dev/rfc6979"
) )
type ecdsaFixture struct { type ecdsaFixture struct {