mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
80 lines
3.1 KiB
Modula-2
80 lines
3.1 KiB
Modula-2
module github.com/owncast/owncast
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.23.1
|
|
|
|
require (
|
|
github.com/CAFxX/httpcompression v0.0.9
|
|
github.com/SherClockHolmes/webpush-go v1.3.0
|
|
github.com/TwiN/go-away v1.6.13
|
|
github.com/andybalholm/cascadia v1.3.2
|
|
github.com/aws/aws-sdk-go v1.55.5
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/go-fed/activity v1.0.1-0.20210803212804-d866ba75dd0f
|
|
github.com/go-fed/httpsig v1.1.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/grafov/m3u8 v0.12.0
|
|
github.com/jellydator/ttlcache/v3 v3.3.0
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/mssola/user_agent v0.6.0
|
|
github.com/nakabonne/tstorage v0.3.6
|
|
github.com/nareix/joy5 v0.0.0-20210317075623-2c912ca30590
|
|
github.com/oapi-codegen/runtime v1.1.1
|
|
github.com/oschwald/geoip2-golang v1.11.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.20.5
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/schollz/sqlite3dump v1.3.1
|
|
github.com/shirou/gopsutil/v4 v4.24.10
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
|
|
github.com/yuin/goldmark v1.7.8
|
|
github.com/yuin/goldmark-emoji v1.0.4
|
|
golang.org/x/crypto v0.29.0
|
|
golang.org/x/mod v0.22.0
|
|
golang.org/x/net v0.31.0
|
|
golang.org/x/time v0.8.0
|
|
gopkg.in/evanphx/json-patch.v5 v5.9.0
|
|
mvdan.cc/xurls/v2 v2.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/ebitengine/purego v0.8.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-test/deep v1.0.4 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/sync v0.9.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/go-fed/activity => github.com/owncast/activity v1.0.1-0.20211229051252-7821289d4026
|