diff options
Diffstat (limited to 'core/agreement_test.go')
-rw-r--r-- | core/agreement_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/agreement_test.go b/core/agreement_test.go index 9332762..f0df78a 100644 --- a/core/agreement_test.go +++ b/core/agreement_test.go @@ -21,10 +21,10 @@ import ( "testing" "time" - "github.com/dexon-foundation/dexon-consensus/common" - "github.com/dexon-foundation/dexon-consensus/core/crypto/ecdsa" - "github.com/dexon-foundation/dexon-consensus/core/types" - "github.com/dexon-foundation/dexon-consensus/core/utils" + "gitlab.com/byzantine-lab/tangerine-consensus/common" + "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/ecdsa" + "gitlab.com/byzantine-lab/tangerine-consensus/core/types" + "gitlab.com/byzantine-lab/tangerine-consensus/core/utils" "github.com/stretchr/testify/suite" ) |