2024-12-21 23:43:56 -05:00
|
|
|
module github.com/onsonr/motr
|
|
|
|
|
|
|
|
go 1.23.4
|
2025-01-04 19:25:46 -05:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/a-h/templ v0.3.819
|
|
|
|
github.com/apple/pkl-go v0.9.0
|
|
|
|
github.com/ipfs/boxo v0.26.0
|
|
|
|
github.com/labstack/echo/v4 v4.13.3
|
|
|
|
github.com/ncruces/go-sqlite3 v0.21.3
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf // indirect
|
2025-01-04 20:34:36 -05:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2025-01-04 19:25:46 -05:00
|
|
|
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
|
2025-01-06 15:09:53 -05:00
|
|
|
github.com/onsonr/nebula v0.1.1 // indirect
|
2025-01-04 20:34:36 -05:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2025-01-04 19:25:46 -05:00
|
|
|
github.com/tetratelabs/wazero v1.8.2 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
|
|
golang.org/x/net v0.33.0 // indirect
|
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
|
|
golang.org/x/text v0.21.0 // indirect
|
|
|
|
golang.org/x/time v0.8.0 // indirect
|
|
|
|
)
|