summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/rtcp/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pion/rtcp/go.mod')
-rw-r--r--vendor/github.com/pion/rtcp/go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/pion/rtcp/go.mod b/vendor/github.com/pion/rtcp/go.mod
new file mode 100644
index 0000000..28b6e9d
--- /dev/null
+++ b/vendor/github.com/pion/rtcp/go.mod
@@ -0,0 +1,5 @@
+module github.com/pion/rtcp
+
+go 1.13
+
+require github.com/stretchr/testify v1.6.1