daisy/go.mod
2024-05-08 01:10:58 +01:00

17 lines
374 B
Modula-2

module github.com/1f349/daisy
go 1.22
require (
github.com/1f349/violet v0.0.13
github.com/emersion/go-webdav v0.5.0
github.com/google/subcommands v1.2.0
github.com/julienschmidt/httprouter v1.3.0
github.com/mrmelon54/exit-reload v0.0.2
)
require (
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9 // indirect
golang.org/x/net v0.25.0 // indirect
)