mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 02:59:13 +00:00
28 lines
922 B
Modula-2
28 lines
922 B
Modula-2
module github.com/onsonr/motr
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.857
|
|
github.com/labstack/echo/v4 v4.13.3
|
|
github.com/ncruces/go-sqlite3 v0.21.3
|
|
)
|
|
|
|
require (
|
|
// github.com/a-h/templ v0.3.857 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
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/ncruces/julianday v1.0.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/tetratelabs/wazero v1.8.2 // 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
|
|
golang.org/x/time v0.8.0 // indirect
|
|
)
|