mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-06 11:22:50 +08:00
11 lines
205 B
Modula-2
11 lines
205 B
Modula-2
module github.com/Akegarasu/blivedm-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/tidwall/gjson v1.13.0
|
|
)
|