Initial POC works with IPFS
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,7 +3,13 @@ module github.com/gabek/video-stream
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/AlekSi/pointer v1.1.0 // indirect
|
||||
github.com/grafov/m3u8 v0.11.1 // indirect
|
||||
github.com/ipfs/go-ipfs-api v0.0.3 // indirect
|
||||
github.com/ipfs/go-ipfs-http-client v0.0.5 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/quangngotan95/go-m3u8 v0.1.0 // indirect
|
||||
github.com/radovskyb/watcher v1.0.7 // indirect
|
||||
github.com/sirupsen/logrus v1.6.0 // indirect
|
||||
github.com/yutopp/go-rtmp v0.0.0-20191212152852-4e41609a99bb // indirect
|
||||
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user