mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-20 21:46:56 +00:00
build(deps): bump github.com/datarhei/gosrt from 0.7.0 to 0.8.0 (#3992)
* build(deps): bump github.com/datarhei/gosrt from 0.7.0 to 0.8.0 Bumps [github.com/datarhei/gosrt](https://github.com/datarhei/gosrt) from 0.7.0 to 0.8.0. - [Commits](https://github.com/datarhei/gosrt/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: github.com/datarhei/gosrt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix tests --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
parent
9f04f7d0c3
commit
cf01683168
2
go.mod
2
go.mod
@ -12,7 +12,7 @@ require (
|
||||
github.com/bluenviron/gohlslib/v2 v2.0.0
|
||||
github.com/bluenviron/gortsplib/v4 v4.11.2
|
||||
github.com/bluenviron/mediacommon v1.13.1
|
||||
github.com/datarhei/gosrt v0.7.0
|
||||
github.com/datarhei/gosrt v0.8.0
|
||||
github.com/fsnotify/fsnotify v1.8.0
|
||||
github.com/gin-contrib/pprof v1.5.1
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
|
4
go.sum
4
go.sum
@ -55,8 +55,8 @@ github.com/cloudwego/iasm v0.2.0/go.mod h1:8rXZaNYT2n95jn+zTI1sDr+IgcD2GVs0nlbbQ
|
||||
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
|
||||
github.com/cyphar/filepath-securejoin v0.2.5 h1:6iR5tXJ/e6tJZzzdMc1km3Sa7RRIVBKAK32O2s7AYfo=
|
||||
github.com/cyphar/filepath-securejoin v0.2.5/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
|
||||
github.com/datarhei/gosrt v0.7.0 h1:1/IY66HVVgqGA9zkmL5l6jUFuI8t/76WkuamSkJqHqs=
|
||||
github.com/datarhei/gosrt v0.7.0/go.mod h1:wTDoyog1z4au8Fd/QJBQAndzvccuxjqUL/qMm0EyJxE=
|
||||
github.com/datarhei/gosrt v0.8.0 h1:fna/FFRbVN7LvwAt2cR6pxwFz7rm979vdRzGfh9zbNM=
|
||||
github.com/datarhei/gosrt v0.8.0/go.mod h1:ab1q3G0/DxsEU5iH/OCMaqYOWAqUI0SAbJ2sRKeQblA=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
|
@ -767,7 +767,7 @@ func TestAPIProtocolListGet(t *testing.T) {
|
||||
"packetsFlowWindow": float64(25600),
|
||||
"packetsReceiveBuf": float64(0),
|
||||
"packetsReceived": float64(1),
|
||||
"packetsReceivedACK": float64(0),
|
||||
"packetsReceivedACK": out1.(map[string]interface{})["items"].([]interface{})[0].(map[string]interface{})["packetsReceivedACK"],
|
||||
"packetsReceivedAvgBelatedTime": float64(0),
|
||||
"packetsReceivedBelated": float64(0),
|
||||
"packetsReceivedDrop": float64(0),
|
||||
|
Loading…
Reference in New Issue
Block a user