Fix all imports
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
common "github.com/shirou/gopsutil/common"
|
||||
cpu "github.com/shirou/gopsutil/cpu"
|
||||
net "github.com/shirou/gopsutil/net"
|
||||
common "github.com/influxdb/tivan/plugins/system/ps/common"
|
||||
cpu "github.com/influxdb/tivan/plugins/system/ps/cpu"
|
||||
net "github.com/influxdb/tivan/plugins/system/ps/net"
|
||||
)
|
||||
|
||||
// copied from sys/sysctl.h
|
||||
|
||||
Reference in New Issue
Block a user