mirror of
https://github.com/1f349/cardcaldav.git
synced 2024-11-09 22:43:27 +00:00
28 lines
862 B
Modula-2
28 lines
862 B
Modula-2
module cardcaldav
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/charmbracelet/log v0.4.0
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/rs/zerolog v1.32.0
|
|
golang.org/x/crypto v0.23.0
|
|
golang.org/x/term v0.20.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/lipgloss v0.10.0 // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|