2
0
Files
recws/go.mod
T
Lucas Löffel f1d88ba122 update
2021-03-16 09:31:17 +01:00

9 lines
129 B
Modula-2

module github.com/recws-org/recws
go 1.16
require (
github.com/gorilla/websocket v1.4.2
github.com/jpillora/backoff v1.0.0
)