mirror of https://github.com/portainer/portainer
fix(api): fix missing winio dependency
parent
8057aa45c4
commit
17765d992e
|
@ -5,7 +5,8 @@ package proxy
|
||||||
import (
|
import (
|
||||||
"net"
|
"net"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"github.com/Microsoft/go-winio"
|
||||||
|
|
||||||
portainer "github.com/portainer/portainer/api"
|
portainer "github.com/portainer/portainer/api"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue