--- Makefile.orig	2018-01-29 12:30:37 UTC
+++ Makefile
@@ -1,6 +1,6 @@
 GO ?= go
 TARGET := bhyve-vm-goagent
-OS := freebsd netbsd linux windows
+OS := freebsd
 ARCH := 386 amd64
 VERSION := `grep \"VERSION\" main.go | cut -d '"' -f 2 | head -1`
 
@@ -9,10 +9,8 @@ all: build
 deps:
 	@echo "===> Downloading crossbuild dependencies."
 	go get github.com/gorilla/websocket
-	go get github.com/shirou/w32
-	go get github.com/StackExchange/wmi
-	go get github.com/go-ole/go-ole
-	go get github.com/go-ole/go-ole/oleutil
+	go get github.com/araujobsd/bhyve-vm-goagent/plugins
+	go get github.com/araujobsd/bhyve-vm-goagent/termios
 
 build:
 	@for os in $(OS); do \
