aboutsummaryrefslogtreecommitdiffstats
path: root/core/utils/crypto_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils/crypto_test.go')
-rw-r--r--core/utils/crypto_test.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/utils/crypto_test.go b/core/utils/crypto_test.go
index 29396c5..6df653d 100644
--- a/core/utils/crypto_test.go
+++ b/core/utils/crypto_test.go
@@ -21,12 +21,12 @@ import (
"testing"
"time"
- "github.com/dexon-foundation/dexon-consensus/common"
- "github.com/dexon-foundation/dexon-consensus/core/crypto"
- "github.com/dexon-foundation/dexon-consensus/core/crypto/dkg"
- "github.com/dexon-foundation/dexon-consensus/core/crypto/ecdsa"
- "github.com/dexon-foundation/dexon-consensus/core/types"
- typesDKG "github.com/dexon-foundation/dexon-consensus/core/types/dkg"
+ "gitlab.com/byzantine-lab/tangerine-consensus/common"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/dkg"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/ecdsa"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
+ typesDKG "gitlab.com/byzantine-lab/tangerine-consensus/core/types/dkg"
"github.com/stretchr/testify/suite"
)