diff options
Diffstat (limited to 'core/crypto/dkg/dkg_test.go')
-rw-r--r-- | core/crypto/dkg/dkg_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/crypto/dkg/dkg_test.go b/core/crypto/dkg/dkg_test.go index 8c911f3..f1e4b88 100644 --- a/core/crypto/dkg/dkg_test.go +++ b/core/crypto/dkg/dkg_test.go @@ -25,12 +25,12 @@ import ( "sync" "testing" - "github.com/byzantine-lab/bls/ffi/go/bls" - "github.com/byzantine-lab/go-tangerine/rlp" "github.com/stretchr/testify/suite" + "github.com/tangerine-network/bls/ffi/go/bls" + "github.com/tangerine-network/go-tangerine/rlp" - "gitlab.com/byzantine-lab/tangerine-consensus/common" - "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto" + "github.com/tangerine-network/tangerine-consensus/common" + "github.com/tangerine-network/tangerine-consensus/core/crypto" ) type DKGTestSuite struct { |