mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 01:57:22 +00:00
13 lines
286 B
Modula-2
Vendored
13 lines
286 B
Modula-2
Vendored
module github.com/pion/srtp
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pion/logging v0.2.1
|
|
github.com/pion/rtcp v1.2.0
|
|
github.com/pion/rtp v1.1.2
|
|
github.com/pion/transport v0.6.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|