Update garm-provider-common
Use the websocket reader from within garm-provider-common. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
a5b15789a1
commit
bc4285dc80
25 changed files with 298 additions and 70 deletions
|
|
@ -9,8 +9,8 @@ import (
|
|||
"github.com/gorilla/websocket"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
garmWs "github.com/cloudbase/garm-provider-common/util/websocket"
|
||||
"github.com/cloudbase/garm/cmd/garm-cli/common"
|
||||
garmWs "github.com/cloudbase/garm/websocket"
|
||||
)
|
||||
|
||||
var signals = []os.Signal{
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ import (
|
|||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
garmWs "github.com/cloudbase/garm-provider-common/util/websocket"
|
||||
"github.com/cloudbase/garm/cmd/garm-cli/common"
|
||||
garmWs "github.com/cloudbase/garm/websocket"
|
||||
)
|
||||
|
||||
var eventsFilters string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue