aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/dkg/dkg.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/dkg/dkg.go')
-rw-r--r--core/types/dkg/dkg.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/types/dkg/dkg.go b/core/types/dkg/dkg.go
index cdcd9a0..bc1b19e 100644
--- a/core/types/dkg/dkg.go
+++ b/core/types/dkg/dkg.go
@@ -23,12 +23,12 @@ import (
"fmt"
"io"
- "github.com/byzantine-lab/go-tangerine/rlp"
+ "github.com/tangerine-network/go-tangerine/rlp"
- "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/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"
)
// Errors for typesDKG package.