Update dependencies and fork repo
- use our repo - make fork
This commit is contained in:
parent
6a90f24967
commit
687aff7013
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue