mirror of https://github.com/portainer/portainer
fix(api): fix missing windows dependency
parent
a6692ee526
commit
e11df28df6
|
@ -3,6 +3,7 @@
|
|||
package proxy
|
||||
|
||||
import (
|
||||
"github.com/Microsoft/go-winio"
|
||||
"net"
|
||||
"net/http"
|
||||
|
||||
|
|
Loading…
Reference in New Issue