Fix a few more imports
This commit is contained in:
parent
a6fea61237
commit
da3aeca720
|
@ -6,7 +6,7 @@ import (
|
||||||
"syscall"
|
"syscall"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|
||||||
common "github.com/shirou/gopsutil/common"
|
"github.com/influxdb/tivan/plugins/system/ps/common"
|
||||||
)
|
)
|
||||||
|
|
||||||
func DiskPartitions(all bool) ([]DiskPartitionStat, error) {
|
func DiskPartitions(all bool) ([]DiskPartitionStat, error) {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"runtime"
|
"runtime"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/shirou/gopsutil/common"
|
"github.com/influxdb/tivan/plugins/system/ps/common"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestDisk_usage(t *testing.T) {
|
func TestDisk_usage(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue