mirror of
https://github.com/portainer/portainer.git
synced 2025-07-27 17:29:39 +02:00
fix(api): fix missing winio dependency
This commit is contained in:
parent
8057aa45c4
commit
17765d992e
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ 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…
Add table
Add a link
Reference in a new issue