2020-10-05 19:07:09 +02:00
|
|
|
module github.com/owncast/owncast
|
2020-05-24 02:57:49 +02:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-08-27 09:37:32 +02:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-09-30 23:14:39 +02:00
|
|
|
github.com/amalfra/etag v0.0.0-20190921100247-cafc8de96bc5
|
2021-05-21 16:49:20 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.38.44
|
2020-08-27 09:37:32 +02:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-10-14 23:07:38 +02:00
|
|
|
github.com/grafov/m3u8 v0.11.1
|
2021-05-23 04:25:33 +02:00
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
|
|
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
2020-11-07 00:12:35 +01:00
|
|
|
github.com/markbates/pkger v0.17.1
|
2021-04-15 22:51:12 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
2021-04-26 09:31:55 +02:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.9
|
2021-05-20 08:16:30 +02:00
|
|
|
github.com/mssola/user_agent v0.5.3
|
2020-10-14 01:45:52 +02:00
|
|
|
github.com/mvdan/xurls v1.1.0 // indirect
|
2020-08-09 10:12:53 +02:00
|
|
|
github.com/nareix/joy5 v0.0.0-20200712071056-a55089207c88
|
2020-08-09 10:14:08 +02:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2021-03-09 00:50:17 +01:00
|
|
|
github.com/oschwald/geoip2-golang v1.5.0
|
2021-05-23 04:25:33 +02:00
|
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 // indirect
|
2021-02-19 08:05:52 +01:00
|
|
|
github.com/schollz/sqlite3dump v1.2.4
|
2021-05-03 20:19:48 +02:00
|
|
|
github.com/shirou/gopsutil v3.21.4+incompatible
|
2021-03-10 08:03:38 +01:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2020-06-25 07:00:49 +02:00
|
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
2021-04-11 03:21:40 +02:00
|
|
|
github.com/tklauser/go-sysconf v0.3.5 // indirect
|
2021-05-18 19:14:23 +02:00
|
|
|
github.com/yuin/goldmark v1.3.7
|
2021-03-11 01:54:40 +01:00
|
|
|
golang.org/x/mod v0.4.2
|
2021-04-26 09:31:55 +02:00
|
|
|
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
|
2021-01-02 01:55:04 +01:00
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
2020-08-09 10:14:08 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2020-11-29 00:35:28 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-10-14 01:45:52 +02:00
|
|
|
mvdan.cc/xurls v1.1.0
|
2020-05-24 02:57:49 +02:00
|
|
|
)
|