Fix internal imports: github.com -> git.marketally.com
This commit is contained in:
parent
24720bf5a6
commit
2c55dd0785
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue