32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module gitnet.fr/deblan/owncast-webhook
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/GeertJohan/go.rice v1.0.3
|
|
github.com/a-h/templ v0.2.778
|
|
github.com/go-playground/validator v9.31.0+incompatible
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
gopkg.in/ini.v1 v1.67.0
|
|
maragu.dev/gomponents v1.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/daaku/go.zipexe v1.0.2 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
)
|