diff options
Diffstat (limited to 'dashboard/cpu.go')
-rw-r--r-- | dashboard/cpu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/cpu.go b/dashboard/cpu.go index d2669a9e3..86d987350 100644 --- a/dashboard/cpu.go +++ b/dashboard/cpu.go @@ -21,7 +21,7 @@ package dashboard import ( "syscall" - "github.com/dexon-foundation/dexon/log" + "github.com/tangerine-network/go-tangerine/log" ) // getProcessCPUTime retrieves the process' CPU time since program startup. |