mirror of
https://github.com/AynaLivePlayer/liveroom-sdk.git
synced 2026-03-15 14:03:18 +08:00
update blivedm-go: fix hostlist zero length
This commit is contained in:
12
go.mod
12
go.mod
@@ -3,24 +3,24 @@ module github.com/AynaLivePlayer/liveroom-sdk
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/AynaLivePlayer/blivedm-go v0.0.0-20240922031304-c497ed5617c4
|
||||
github.com/AynaLivePlayer/blivedm-go v0.0.0-20250424151642-66dbc68632cf
|
||||
github.com/aynakeya/open-bilibili-live v0.0.7
|
||||
github.com/go-resty/resty/v2 v2.7.0
|
||||
github.com/spf13/cast v1.5.1
|
||||
github.com/stretchr/testify v1.8.4
|
||||
github.com/tidwall/gjson v1.16.0
|
||||
github.com/tidwall/gjson v1.17.3
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.5 // indirect
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/gorilla/websocket v1.5.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // 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
|
||||
golang.org/x/sys v0.25.0 // indirect
|
||||
google.golang.org/protobuf v1.34.2 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user