mirror of
https://github.com/Luzifer/lounge-control.git
synced 2024-12-22 22:41:16 +00:00
8 lines
140 B
Modula-2
8 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
|
|
)
|