mirror of
https://github.com/1f349/daisy.git
synced 2025-04-12 22:25:54 +01:00
43 lines
1.7 KiB
Modula-2
43 lines
1.7 KiB
Modula-2
module github.com/1f349/daisy
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
git.sr.ht/~sircmpwn/tokidoki v0.0.0-20250116163541-8085f6878f95
|
|
github.com/1f349/cardcaldav v0.0.4
|
|
github.com/1f349/violet v0.0.14
|
|
github.com/charmbracelet/log v0.4.1
|
|
github.com/emersion/go-webdav v0.6.0
|
|
github.com/google/subcommands v1.2.0
|
|
github.com/mrmelon54/exit-reload v0.0.2
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
|
|
github.com/charmbracelet/lipgloss v1.1.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.8.0 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/emersion/go-ical v0.0.0-20250313142940-aefc67679264 // indirect
|
|
github.com/emersion/go-vcard v0.0.0-20241024213814-c9703dde27ff // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.1 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/rs/zerolog v1.33.0 // indirect
|
|
github.com/teambition/rrule-go v1.8.2 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
)
|
|
|
|
replace github.com/emersion/go-webdav => github.com/1f349/go-webdav v0.6.0-patch.1
|