zaply/go.mod

22 lines
734 B
Modula-2
Raw Normal View History

2024-12-26 22:46:18 +00:00
module github.com/ekzyis/zaply
go 1.23.4
require (
2024-12-27 02:54:09 +00:00
github.com/a-h/templ v0.2.793 // indirect
2024-12-26 23:34:56 +00:00
github.com/btcsuite/btcutil v1.0.2 // indirect
2024-12-26 22:46:18 +00:00
github.com/joho/godotenv v1.5.1 // indirect
github.com/labstack/echo/v4 v4.13.3 // 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/namsral/flag v1.7.4-pre // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // 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
)