diff options
Diffstat (limited to 'vendor/github.com/pion/rtp/go.mod')
-rw-r--r-- | vendor/github.com/pion/rtp/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/pion/rtp/go.mod b/vendor/github.com/pion/rtp/go.mod new file mode 100644 index 0000000..412ae63 --- /dev/null +++ b/vendor/github.com/pion/rtp/go.mod @@ -0,0 +1,5 @@ +module github.com/pion/rtp + +go 1.13 + +require github.com/pion/randutil v0.1.0 |