diff --git a/host_windows.go b/host_windows.go index bf65552..dea38ba 100644 --- a/host_windows.go +++ b/host_windows.go @@ -3,10 +3,11 @@ package gopsutil import ( - "github.com/mitchellh/go-ps" "os" "syscall" "unsafe" + + "github.com/shirou/go-ps" ) var ( diff --git a/process_windows.go b/process_windows.go index 9758e58..f55fd77 100644 --- a/process_windows.go +++ b/process_windows.go @@ -4,9 +4,10 @@ package gopsutil import ( "errors" - "github.com/shirou/w32" "syscall" "unsafe" + + "github.com/shirou/w32" ) const (