Fix internal imports: github.com -> git.marketally.com
This commit is contained in:
parent
24720bf5a6
commit
2c55dd0785
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import (
|
|||
"math/big"
|
||||
"testing"
|
||||
|
||||
"github.com/tutus-one/tutus-rfc6979"
|
||||
"git.marketally.com/tutus-one/tutus-rfc6979"
|
||||
)
|
||||
|
||||
type dsaFixture struct {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import (
|
|||
"math/big"
|
||||
"testing"
|
||||
|
||||
"github.com/tutus-one/tutus-rfc6979"
|
||||
"git.marketally.com/tutus-one/tutus-rfc6979"
|
||||
)
|
||||
|
||||
type ecdsaFixture struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue