mirror of
https://github.com/Luzifer/lounge-control.git
synced 2024-12-23 06:51:16 +00:00
9 lines
140 B
Modula-2
9 lines
140 B
Modula-2
|
module github.com/Luzifer/lounge-control/sioclient
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/gorilla/websocket v1.4.2
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
)
|