aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/dkg/dkg_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/dkg/dkg_test.go')
-rw-r--r--core/types/dkg/dkg_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/types/dkg/dkg_test.go b/core/types/dkg/dkg_test.go
index 9a6f5a8..ab271e2 100644
--- a/core/types/dkg/dkg_test.go
+++ b/core/types/dkg/dkg_test.go
@@ -24,11 +24,11 @@ import (
"github.com/stretchr/testify/suite"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
- cryptoDKG "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/dkg"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
- "github.com/byzantine-lab/go-tangerine/rlp"
+ "github.com/tangerine-network/go-tangerine/rlp"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto"
+ cryptoDKG "github.com/tangerine-network/tangerine-consensus/core/crypto/dkg"
+ "github.com/tangerine-network/tangerine-consensus/core/types"
)
type DKGTestSuite struct {