This repository was archived by the owner on Jul 1, 2021. It is now read-only.
File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4
4
"encoding/json"
5
5
6
6
"github.com/gorilla/websocket"
7
- "github.com/spiral/broadcast"
7
+ "github.com/spiral/broadcast/v2 "
8
8
)
9
9
10
10
// ConnContext carries information about websocket connection and it's topics.
Original file line number Diff line number Diff line change 5
5
"sync"
6
6
7
7
"github.com/gorilla/websocket"
8
- "github.com/spiral/broadcast"
8
+ "github.com/spiral/broadcast/v2 "
9
9
)
10
10
11
11
// manages a set of websocket connections
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module github.com/spiral/broadcast-ws
3
3
go 1.12
4
4
5
5
require (
6
- github.com/gorilla/websocket v1.4.1
7
- github.com/prometheus/client_golang v1.2 .1
8
- github.com/sirupsen/logrus v1.4.2
9
- github.com/spf13/cobra v0 .0.5
10
- github.com/spiral/broadcast v0 .0.0-20191206140608-766959683e74
11
- github.com/spiral/roadrunner v1.5 .2
12
- github.com/stretchr/testify v1.3.0
6
+ github.com/gorilla/websocket v1.4.2
7
+ github.com/prometheus/client_golang v1.7 .1
8
+ github.com/sirupsen/logrus v1.6.0
9
+ github.com/spf13/cobra v1 .0.0
10
+ github.com/spiral/broadcast/v2 v2 .0.5-beta.1
11
+ github.com/spiral/roadrunner v1.9 .2
12
+ github.com/stretchr/testify v1.6.1
13
13
)
Original file line number Diff line number Diff line change 7
7
"sync/atomic"
8
8
9
9
"github.com/gorilla/websocket"
10
- "github.com/spiral/broadcast"
10
+ "github.com/spiral/broadcast/v2 "
11
11
"github.com/spiral/roadrunner/service/env"
12
12
rhttp "github.com/spiral/roadrunner/service/http"
13
13
"github.com/spiral/roadrunner/service/rpc"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"github.com/gorilla/websocket"
13
13
"github.com/sirupsen/logrus"
14
14
"github.com/sirupsen/logrus/hooks/test"
15
- "github.com/spiral/broadcast"
15
+ "github.com/spiral/broadcast/v2 "
16
16
"github.com/spiral/roadrunner/service"
17
17
"github.com/spiral/roadrunner/service/env"
18
18
rrhttp "github.com/spiral/roadrunner/service/http"
You can’t perform that action at this time.
0 commit comments