mirror of
https://github.com/1f349/cardcaldav.git
synced 2024-12-22 08:14:11 +00:00
28 lines
885 B
Modula-2
28 lines
885 B
Modula-2
module github.com/1f349/cardcaldav
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/charmbracelet/log v0.4.0
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/rs/zerolog v1.33.0
|
|
golang.org/x/crypto v0.31.0
|
|
golang.org/x/term v0.27.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/lipgloss v1.0.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.6.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.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
)
|