2
0
Files
recws/go.mod
T
2020-02-13 14:17:42 +01:00

9 lines
157 B
Modula-2

module github.com/recws-org/recws
go 1.13
require (
github.com/gorilla/websocket v1.4.1
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
)