refact imports to github.xxx. update go.mod + go.sum
This commit is contained in:
parent
28d10d9d39
commit
0f36d30d46
23 changed files with 102 additions and 105 deletions
|
@ -31,11 +31,11 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"gitlab.com/spdf/elektron/constants"
|
||||
elekLogDef "gitlab.com/spdf/elektron/logging/def"
|
||||
"gitlab.com/spdf/elektron/pcp"
|
||||
"gitlab.com/spdf/elektron/rapl"
|
||||
"gitlab.com/spdf/elektron/utilities"
|
||||
"github.com/spdf/elektron/constants"
|
||||
elekLogDef "github.com/spdf/elektron/logging/def"
|
||||
"github.com/spdf/elektron/pcp"
|
||||
"github.com/spdf/elektron/rapl"
|
||||
"github.com/spdf/elektron/utilities"
|
||||
)
|
||||
|
||||
func round(num float64) int {
|
||||
|
|
Reference in a new issue