fix linux compile
This commit is contained in:
parent
10b7043aea
commit
ad4644c702
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
"flashcat.cloud/categraf/config"
|
||||
"flashcat.cloud/categraf/inputs"
|
||||
"github.com/toolkits/pkg/container/list"
|
||||
"flashcat.cloud/categraf/types"
|
||||
)
|
||||
|
||||
const inputName = "kernel"
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
"flashcat.cloud/categraf/config"
|
||||
"flashcat.cloud/categraf/inputs"
|
||||
"github.com/toolkits/pkg/container/list"
|
||||
"flashcat.cloud/categraf/types"
|
||||
)
|
||||
|
||||
const inputName = "kernel_vmstat"
|
||||
|
|
|
@ -15,7 +15,6 @@ import (
|
|||
"flashcat.cloud/categraf/inputs"
|
||||
"flashcat.cloud/categraf/pkg/osx"
|
||||
"flashcat.cloud/categraf/types"
|
||||
"github.com/toolkits/pkg/container/list"
|
||||
)
|
||||
|
||||
const inputName = "linux_sysctl_fs"
|
||||
|
|
|
@ -19,7 +19,6 @@ import (
|
|||
"github.com/godror/godror"
|
||||
"github.com/godror/godror/dsn"
|
||||
"github.com/jmoiron/sqlx"
|
||||
"github.com/toolkits/pkg/container/list"
|
||||
)
|
||||
|
||||
const inputName = "oracle"
|
||||
|
|
Loading…
Reference in New Issue