mirror of
https://github.com/AynaLivePlayer/liveroom-sdk.git
synced 2025-12-11 06:58:11 +08:00
23 lines
672 B
Modula-2
23 lines
672 B
Modula-2
module liveroom
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/AynaLivePlayer/blivedm-go v0.0.0-20240408074929-6565ab41764b
|
|
github.com/aynakeya/open-bilibili-live v0.0.3
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/spf13/cast v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/tidwall/gjson v1.16.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|