Fix build

Signed-off-by: Oliver Geiselhardt-Herms <oliver.geiselhardt-herms@sap.com>
This commit is contained in:
Oliver Geiselhardt-Herms 2021-06-17 13:21:05 +02:00
parent 27dc754aeb
commit cc4f13b369
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ import (
"sort"
"syscall"
"github.com/go-kit/kit/log"
"github.com/go-kit/kit/log/level"
"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/procfs/sysfs"
"github.com/safchain/ethtool"

View File

@ -23,7 +23,7 @@ import (
"syscall"
"testing"
"github.com/go-kit/kit/log"
"github.com/go-kit/log"
"github.com/prometheus/client_golang/prometheus"
"golang.org/x/sys/unix"
)