mirror of
https://github.com/encounter/go-rtmp.git
synced 2026-03-30 11:12:49 -07:00
21 lines
654 B
Modula-2
21 lines
654 B
Modula-2
module github.com/encounter/go-rtmp
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/fortytw2/leaktest v1.2.0
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/sirupsen/logrus v1.1.1
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/yutopp/go-amf0 v0.0.0-20180803120851-48851794bb1f
|
|
github.com/yutopp/go-flv v0.2.0
|
|
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
|
|
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba
|
|
)
|