mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +08:00
Commits (Ingo Oppermann): - Add experimental SRT connection stats and logs - Hide /config/reload endpoint in reade-only mode - Add SRT server - Create v16 in go.mod - Fix data races, tests, lint, and update dependencies - Add trailing slash for routed directories (datarhei/restreamer#340) - Allow relative URLs in content in static routes Co-Authored-By: Ingo Oppermann <57445+ioppermann@users.noreply.github.com>
42 lines
1.7 KiB
Modula-2
42 lines
1.7 KiB
Modula-2
module github.com/datarhei/core/v16
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.10
|
|
github.com/atrox/haikunatorgo/v2 v2.0.1
|
|
github.com/datarhei/gosrt v0.1.1
|
|
github.com/datarhei/joy4 v0.0.0-20210125162555-2102a8289cce
|
|
github.com/go-openapi/spec v0.20.6 // indirect
|
|
github.com/go-openapi/swag v0.21.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.11.0
|
|
github.com/golang-jwt/jwt/v4 v4.4.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
|
github.com/invopop/jsonschema v0.4.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/labstack/echo/v4 v4.7.2
|
|
github.com/lithammer/shortuuid/v4 v4.0.0
|
|
github.com/lufia/plan9stats v0.0.0-20220517141722-cf486979b281 // indirect
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
|
|
github.com/prep/average v0.0.0-20200506183628-d26c465f48c3
|
|
github.com/prometheus/client_golang v1.12.2
|
|
github.com/prometheus/common v0.35.0 // indirect
|
|
github.com/shirou/gopsutil/v3 v3.22.5
|
|
github.com/stretchr/testify v1.7.2
|
|
github.com/swaggo/echo-swagger v1.3.3
|
|
github.com/swaggo/swag v1.8.3
|
|
github.com/tklauser/numcpus v0.5.0 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.4.5
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
|
|
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
|
|
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
|
|
golang.org/x/tools v0.1.11 // indirect
|
|
)
|