diff --git a/bench_test.go b/bench_test.go index df465b9..97b8b8c 100644 --- a/bench_test.go +++ b/bench_test.go @@ -5,7 +5,7 @@ import ( "crypto/sha256" "testing" - "github.com/tutus-one/tutus-rfc6979" + "git.marketally.com/tutus-one/tutus-rfc6979" ) func BenchmarkECDSASign(b *testing.B) { diff --git a/dsa_test.go b/dsa_test.go index e77bc3f..664e5e6 100644 --- a/dsa_test.go +++ b/dsa_test.go @@ -10,7 +10,7 @@ import ( "math/big" "testing" - "github.com/tutus-one/tutus-rfc6979" + "git.marketally.com/tutus-one/tutus-rfc6979" ) type dsaFixture struct { diff --git a/ecdsa_test.go b/ecdsa_test.go index 0db9dc5..eb99d58 100644 --- a/ecdsa_test.go +++ b/ecdsa_test.go @@ -10,7 +10,7 @@ import ( "math/big" "testing" - "github.com/tutus-one/tutus-rfc6979" + "git.marketally.com/tutus-one/tutus-rfc6979" ) type ecdsaFixture struct {