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-07-20 06:15:53 +02:00
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
2020-07-12 23:53:33 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
2020-07-01 00:21:52 +02:00
|
|
|
github.com/mssola/user_agent v0.5.2
|
2020-07-12 01:04:02 +02:00
|
|
|
github.com/nareix/joy5 v0.0.0-20200710135721-d57196c8d506
|
2020-06-03 03:47:13 +02:00
|
|
|
github.com/radovskyb/watcher v1.0.7
|
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-06-25 07:00:49 +02:00
|
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
2020-06-15 08:53:02 +02:00
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
2020-07-20 06:15:53 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-06-15 08:53:02 +02:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-05-24 02:57:49 +02:00
|
|
|
)
|
2020-07-04 03:48:42 +02:00
|
|
|
|
|
|
|
replace github.com/nareix/joy4 v0.0.0 => github.com/Seize/joy4 v0.0.0
|