mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 02:59:13 +00:00
23 lines
614 B
Modula-2
23 lines
614 B
Modula-2
module github.com/sonr-io/motr
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.857
|
|
github.com/labstack/echo/v4 v4.13.3
|
|
github.com/segmentio/ksuid v1.0.4
|
|
github.com/syumai/workers v0.30.2
|
|
)
|
|
|
|
require (
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
)
|