diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-11 00:05:10 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-23 15:59:05 +0800 |
commit | 49122d18b028b3d8b9f409314835ecc780adc608 (patch) | |
tree | b67238739d58c7edcbc20a3caa2dbbf0806695e9 /core/utils/crypto_test.go | |
parent | 42d585f1e5c9420f15b1d7333e7874a04345cc36 (diff) | |
download | tangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.tar tangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.tar.gz tangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.tar.bz2 tangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.tar.lz tangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.tar.xz tangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.tar.zst tangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.zip |
Update import path
Diffstat (limited to 'core/utils/crypto_test.go')
-rw-r--r-- | core/utils/crypto_test.go | 12 |
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" ) |