From 2c55dd078598b669cdaa057f36505c53f6ad759e Mon Sep 17 00:00:00 2001 From: Tutus Development Date: Sat, 27 Dec 2025 15:53:10 +0000 Subject: [PATCH] Fix internal imports: github.com -> git.marketally.com --- bench_test.go | 2 +- dsa_test.go | 2 +- ecdsa_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {