This commit is contained in:
aler9 2020-09-19 14:02:24 +02:00
parent 495a791b2d
commit b7888fb413
2 changed files with 5 additions and 5 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.12
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/aler9/gortsplib v0.0.0-20200918204140-dd671c35ba0e
github.com/aler9/gortsplib v0.0.0-20200919120125-3cee9afbf0af
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.6.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6