diff --git a/providers/windows/host_windows.go b/providers/windows/host_windows.go index 26db4851..02a66e8e 100644 --- a/providers/windows/host_windows.go +++ b/providers/windows/host_windows.go @@ -27,11 +27,10 @@ import ( "github.com/joeshaw/multierror" stdwindows "golang.org/x/sys/windows" - "github.com/elastic/go-windows" - "github.com/elastic/go-sysinfo/internal/registry" "github.com/elastic/go-sysinfo/providers/shared" "github.com/elastic/go-sysinfo/types" + "github.com/elastic/go-windows" ) func init() {