module github.com/pion/ion-avp go 1.13 require ( github.com/at-wat/ebml-go v0.11.0 github.com/golang/protobuf v1.4.2 github.com/pion/ion-sfu v1.0.17 github.com/pion/rtcp v1.2.3 github.com/pion/rtp v1.6.0 github.com/pion/transport v0.10.1 github.com/pion/webrtc/v3 v3.0.0-beta.5 github.com/rs/zerolog v1.20.0 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.6.1 golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 google.golang.org/grpc v1.32.0 google.golang.org/protobuf v1.23.0 )