1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2024-10-28 10:09:39 +01:00
owncast/go.mod

23 lines
741 B
Modula-2
Raw Normal View History

2020-06-19 23:39:49 +02:00
module github.com/gabek/owncast
2020-05-24 02:57:49 +02:00
go 1.14
require (
2020-06-15 08:53:02 +02:00
github.com/aws/aws-sdk-go v1.32.1
2020-06-03 03:47:13 +02:00
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
2020-06-15 08:53:02 +02:00
github.com/libp2p/go-libp2p-peerstore v0.2.6
github.com/multiformats/go-multiaddr v0.2.2
2020-06-03 03:47:13 +02:00
github.com/radovskyb/watcher v1.0.7
github.com/sirupsen/logrus v1.6.0
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
2020-06-03 03:47:13 +02:00
github.com/yutopp/go-flv v0.2.0
github.com/yutopp/go-rtmp v0.0.0-20191212152852-4e41609a99bb
2020-06-15 08:53:02 +02:00
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
gopkg.in/yaml.v2 v2.3.0
xojoc.pw/useragent v0.0.0-20200116211053-1ec61d55e8fe
2020-05-24 02:57:49 +02:00
)