mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-06 19:32:49 +08:00
18 lines
383 B
Modula-2
18 lines
383 B
Modula-2
module github.com/Akegarasu/blivedm-go
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/tidwall/gjson v1.17.3
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
)
|