更新版本

This commit is contained in:
langhuihui
2020-08-09 22:08:48 +08:00
parent 701b9b63f3
commit 1e78f687d7
4 changed files with 13 additions and 10 deletions

View File

@@ -3,7 +3,6 @@
<img src="https://monibuca.com/img/logo.089ef700.png"></h2>
## Stargazers over time
[![Stargazers over time](https://starchart.cc/langhuihui/monibuca.svg)](https://starchart.cc/langhuihui/monibuca)
# Introduction
🧩 Monibuca is a Modularized, Extensible framework for building Streaming Server.
@@ -80,11 +79,6 @@ to submit your own plugin
中文文档:
[http://docs.monibuca.com](http://docs.monibuca.com).
# Contact
wechat group:
![wechat](https://monibuca.com/wechat.jpg?t=8.2)
# Q&A

View File

@@ -49,7 +49,7 @@ bash <(curl -s -S -L https://monibuca.com/demo.sh)
# 交流微信群
![交流微信群](https://monibuca.com/wechat.jpg?t=8.2)
进入网站首页上进行扫码
# Q&A

7
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/langhuihui/monibuca
go 1.13
require (
github.com/Monibuca/engine/v2 v2.1.7
github.com/Monibuca/engine/v2 v2.1.8
github.com/Monibuca/plugin-cluster v1.0.1
github.com/Monibuca/plugin-gateway v1.2.5
github.com/Monibuca/plugin-hdl v1.2.2
@@ -24,8 +24,9 @@ require (
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/pion/quic v0.1.3 // indirect
github.com/pion/webrtc/v2 v2.2.23 // indirect
github.com/shirou/gopsutil v2.20.6+incompatible // indirect
github.com/shirou/gopsutil v2.20.7+incompatible // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/sys v0.0.0-20200802091954-4b90ce9b60b3 // indirect
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)

8
go.sum
View File

@@ -21,6 +21,8 @@ github.com/Monibuca/engine/v2 v2.1.3/go.mod h1:34EYjjV15G6myuHOKaJkO7y5tJ1Arq/Nf
github.com/Monibuca/engine/v2 v2.1.6/go.mod h1:34EYjjV15G6myuHOKaJkO7y5tJ1Arq/NfC9Weacr2mc=
github.com/Monibuca/engine/v2 v2.1.7 h1:/2k2Uupufizo0jiIkdYJsdHIf6VNvpLIxVVeIGGQgD4=
github.com/Monibuca/engine/v2 v2.1.7/go.mod h1:34EYjjV15G6myuHOKaJkO7y5tJ1Arq/NfC9Weacr2mc=
github.com/Monibuca/engine/v2 v2.1.8 h1:T/kYltJ2fnaBzOvkbGElie44X6x8dtBB2Ys75kyiwmk=
github.com/Monibuca/engine/v2 v2.1.8/go.mod h1:34EYjjV15G6myuHOKaJkO7y5tJ1Arq/NfC9Weacr2mc=
github.com/Monibuca/plugin-cluster v1.0.1 h1:cWlPBoqEN0t5uc1QdyzQk38+Pgcp0eYORDlWLbhMSYU=
github.com/Monibuca/plugin-cluster v1.0.1/go.mod h1:HmPWA+vLyqiwcJSc1vZp+4tgczlz18XHM09JC2iqLmc=
github.com/Monibuca/plugin-gateway v1.2.5 h1:mY/uVoi/4NSzmzltdk5tk3ko+u7T02q0QAMLKqNNOgU=
@@ -268,6 +270,8 @@ github.com/shirou/gopsutil v2.20.1+incompatible h1:oIq9Cq4i84Hk8uQAUOG3eNdI/29hB
github.com/shirou/gopsutil v2.20.1+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
github.com/shirou/gopsutil v2.20.6+incompatible h1:P37G9YH8M4vqkKcwBosp+URN5O8Tay67D2MbR361ioY=
github.com/shirou/gopsutil v2.20.6+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
github.com/shirou/gopsutil v2.20.7+incompatible h1:Ymv4OD12d6zm+2yONe39VSmp2XooJe8za7ngOLW/o/w=
github.com/shirou/gopsutil v2.20.7+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
github.com/shurcooL/component v0.0.0-20170202220835-f88ec8f54cc4/go.mod h1:XhFIlyj5a1fBNx5aJTbKoIq0mNaPvOagO+HjB3EtxrY=
github.com/shurcooL/events v0.0.0-20181021180414-410e4ca65f48/go.mod h1:5u70Mqkb5O5cxEA8nxTsgrgLehJeAw6Oc4Ab1c/P1HM=
github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470/go.mod h1:2dOwnU2uBioM+SGy2aZoq1f/Sd1l9OkAeAUvjSyvgU0=
@@ -379,6 +383,8 @@ golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c h1:UIcGWL6/wpCfyGuJnRFJRurA+
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200802091954-4b90ce9b60b3 h1:qDJKu1y/1SjhWac4BQZjLljqvqiWUhjmDMnonmVGDAU=
golang.org/x/sys v0.0.0-20200802091954-4b90ce9b60b3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 h1:yi1hN8dcqI9l8klZfy4B8mJvFmmAxJEePIQQFNSd7Cs=
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -396,6 +402,8 @@ golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBn
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0=
google.golang.org/api v0.0.0-20181030000543-1d582fd0359e/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0=
google.golang.org/api v0.1.0/go.mod h1:UGEZY7KEX120AnNLIHFMKIo4obdJhkp2tPbaPlQx13Y=