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:
Gabriel Adrian Samfira 2024-08-03 16:07:21 +00:00
parent a5b15789a1
commit bc4285dc80
25 changed files with 298 additions and 70 deletions

View file

@ -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{

View file

@ -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