diff options
Diffstat (limited to 'core/syncer/watch-cat.go')
-rw-r--r-- | core/syncer/watch-cat.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/syncer/watch-cat.go b/core/syncer/watch-cat.go index f2e197e..ba385bc 100644 --- a/core/syncer/watch-cat.go +++ b/core/syncer/watch-cat.go @@ -21,10 +21,10 @@ import ( "context" "time" - "github.com/dexon-foundation/dexon-consensus/common" - "github.com/dexon-foundation/dexon-consensus/core" - "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" + "gitlab.com/byzantine-lab/tangerine-consensus/core/types" + "gitlab.com/byzantine-lab/tangerine-consensus/core/utils" ) type configReader interface { |