mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-06 19:32:49 +08:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
15
go.mod
15
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user