Merge remote-tracking branch 'upstream/main'

This commit is contained in:
aynakeya
2025-04-24 23:00:19 +08:00
14 changed files with 224 additions and 185 deletions

15
go.mod
View File

@@ -1,14 +1,17 @@
module github.com/AynaLivePlayer/blivedm-go
go 1.16
go 1.20
require (
github.com/andybalholm/brotli v1.0.5
github.com/gorilla/websocket v1.5.0
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.16.0
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.12.0 // indirect
google.golang.org/protobuf v1.31.0
golang.org/x/sys v0.25.0 // indirect
)