go mod tidy

This commit is contained in:
Gabe Kangas
2020-06-02 18:47:13 -07:00
parent ad959b130b
commit a1e9271d3b
2 changed files with 60 additions and 71 deletions

25
go.mod
View File

@@ -3,15 +3,18 @@ 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 v0.5.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
github.com/ipfs/go-ipfs v0.5.1
github.com/ipfs/go-ipfs-config v0.5.3
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/interface-go-ipfs-core v0.2.7
github.com/libp2p/go-libp2p-peer v0.2.0
github.com/libp2p/go-libp2p-peerstore v0.2.3
github.com/multiformats/go-multiaddr v0.2.1
github.com/pkg/errors v0.9.1
github.com/radovskyb/watcher v1.0.7
github.com/sirupsen/logrus v1.6.0
github.com/yutopp/go-flv v0.2.0
github.com/yutopp/go-rtmp v0.0.0-20191212152852-4e41609a99bb
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
gopkg.in/yaml.v2 v2.2.5
)