diff --git a/dsa_test.go b/dsa_test.go index edca20b..afaf146 100644 --- a/dsa_test.go +++ b/dsa_test.go @@ -10,7 +10,7 @@ import ( "math/big" "testing" - "github.com/codahale/rfc6979" + "github.com/nspcc-dev/rfc6979" ) type dsaFixture struct { diff --git a/ecdsa_test.go b/ecdsa_test.go index d56ca1f..a0434d4 100644 --- a/ecdsa_test.go +++ b/ecdsa_test.go @@ -10,7 +10,7 @@ import ( "math/big" "testing" - "github.com/codahale/rfc6979" + "github.com/nspcc-dev/rfc6979" ) type ecdsaFixture struct {