mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-06 19:32:49 +08:00
15 lines
375 B
Modula-2
15 lines
375 B
Modula-2
module github.com/AynaLivePlayer/blivedm-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/tidwall/gjson v1.16.0
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|