Fix internal imports: github.com -> git.marketally.com

This commit is contained in:
Tutus Development 2025-12-27 15:53:10 +00:00
parent 24720bf5a6
commit 2c55dd0785
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import (
"crypto/sha256" "crypto/sha256"
"testing" "testing"
"github.com/tutus-one/tutus-rfc6979" "git.marketally.com/tutus-one/tutus-rfc6979"
) )
func BenchmarkECDSASign(b *testing.B) { func BenchmarkECDSASign(b *testing.B) {

View File

@ -10,7 +10,7 @@ import (
"math/big" "math/big"
"testing" "testing"
"github.com/tutus-one/tutus-rfc6979" "git.marketally.com/tutus-one/tutus-rfc6979"
) )
type dsaFixture struct { type dsaFixture struct {

View File

@ -10,7 +10,7 @@ import (
"math/big" "math/big"
"testing" "testing"
"github.com/tutus-one/tutus-rfc6979" "git.marketally.com/tutus-one/tutus-rfc6979"
) )
type ecdsaFixture struct { type ecdsaFixture struct {