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.3 github.com/lucsky/cuid v1.0.2 github.com/pion/ion-log v0.0.0-20201024224650-e6b94dfeaf1d github.com/pion/ion-sfu v1.0.39 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.10.0.20201027193323-3e64df35adfa 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.33.1 google.golang.org/protobuf v1.25.0 )