fix(api): fix missing winio dependency

pull/2904/head
Anthony Lapenna 2019-05-24 19:35:15 +12:00
parent 8057aa45c4
commit 17765d992e
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ package proxy
import (
"net"
"net/http"
"github.com/Microsoft/go-winio"
portainer "github.com/portainer/portainer/api"
)