module github.com/pion/ion-sfu go 1.13 require ( github.com/bep/debounce v1.2.0 github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect github.com/gammazero/deque v0.0.0-20201010052221-3932da5530cc github.com/gammazero/workerpool v1.1.1 github.com/gorilla/websocket v1.4.2 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/improbable-eng/grpc-web v0.13.0 github.com/lucsky/cuid v1.0.2 github.com/pion/ion-log v1.0.0 github.com/pion/rtcp v1.2.6 github.com/pion/rtp v1.6.2 github.com/pion/sdp/v3 v3.0.3 github.com/pion/transport v0.12.1-0.20201219000622-967df9be8a00 github.com/pion/webrtc/v3 v3.0.1-0.20201219004454-9e04a0a4122f github.com/prometheus/client_golang v1.8.0 github.com/rs/cors v1.7.0 // indirect github.com/soheilhy/cmux v0.1.4 github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.6.1 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect google.golang.org/grpc v1.33.2 google.golang.org/grpc/examples v0.0.0-20201209011439-fd32f6a4fefe // indirect google.golang.org/protobuf v1.25.0 gopkg.in/ini.v1 v1.51.1 // indirect )