module github.com/pion/ion-avp go 1.15 require ( github.com/at-wat/ebml-go v0.11.0 github.com/golang/protobuf v1.4.2 github.com/lucsky/cuid v1.0.2 github.com/pion/ion-sfu v1.0.24 github.com/pion/rtcp v1.2.4 github.com/pion/rtp v1.6.1 github.com/pion/sdp/v2 v2.4.0 github.com/pion/transport v0.10.1 github.com/pion/webrtc/v3 v3.0.0-beta.8 github.com/rs/zerolog v1.20.0 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.6.1 github.com/xlab/libvpx-go v0.0.0-20200321114045-4c41f8a7acef golang.org/x/exp v0.0.0-20200924195034-c827fd4f18b9 google.golang.org/grpc v1.32.0 google.golang.org/protobuf v1.23.0 )