diff options
Diffstat (limited to 'dashboard/dashboard.go')
-rw-r--r-- | dashboard/dashboard.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dashboard/dashboard.go b/dashboard/dashboard.go index 2d2be27a2..141eb6def 100644 --- a/dashboard/dashboard.go +++ b/dashboard/dashboard.go @@ -34,13 +34,13 @@ import ( "io" - "github.com/dexon-foundation/dexon/log" - "github.com/dexon-foundation/dexon/metrics" - "github.com/dexon-foundation/dexon/p2p" - "github.com/dexon-foundation/dexon/params" - "github.com/dexon-foundation/dexon/rpc" "github.com/elastic/gosigar" "github.com/mohae/deepcopy" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/metrics" + "github.com/tangerine-network/go-tangerine/p2p" + "github.com/tangerine-network/go-tangerine/params" + "github.com/tangerine-network/go-tangerine/rpc" "golang.org/x/net/websocket" ) |