upgrade server.

This commit is contained in:
Miroslav Šedivý
2022-01-29 14:51:37 +01:00
parent 0cfc87775e
commit f7aea7ad4d
2 changed files with 23 additions and 19 deletions

View File

@ -8,20 +8,20 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/kataras/go-events v0.0.2
github.com/kr/text v0.2.0 // indirect
github.com/pion/ice/v2 v2.1.18 // indirect
github.com/pion/interceptor v0.1.6
github.com/pion/ice/v2 v2.1.19 // indirect
github.com/pion/interceptor v0.1.7
github.com/pion/logging v0.2.2
github.com/pion/rtp v1.7.4 // indirect
github.com/pion/srtp/v2 v2.0.5 // indirect
github.com/pion/webrtc/v3 v3.1.16
github.com/pion/webrtc/v3 v3.1.17
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.26.1
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
@ -49,6 +49,6 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/ini.v1 v1.66.3 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)