Fix a few more imports
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user