From 687aff7013e9bd9f748e39fca2915dd9286f0973 Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Tue, 27 Aug 2019 12:53:39 +0300 Subject: [PATCH] Update dependencies and fork repo - use our repo - make fork --- dsa_test.go | 2 +- ecdsa_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {