File: go.mod

package info (click to toggle)
golang-github-centrifugal-centrifuge 0.15.0%2Bgit20210306.f435ba2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,612 kB
  • sloc: javascript: 102; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/centrifugal/centrifuge

go 1.12

require (
	github.com/FZambia/eagle v0.0.1
	github.com/FZambia/sentinel v1.1.0
	github.com/centrifugal/protocol v0.3.6
	github.com/gogo/protobuf v1.3.2
	github.com/gomodule/redigo v1.8.4
	github.com/google/uuid v1.2.0
	github.com/gorilla/websocket v1.4.2
	github.com/igm/sockjs-go/v3 v3.0.0
	github.com/mna/redisc v1.1.7
	github.com/prometheus/client_golang v1.6.0
	github.com/stretchr/testify v1.7.0
)