mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-06 11:22:50 +08:00
12 lines
270 B
Modula-2
12 lines
270 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
|
|
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
|
|
)
|