ChronoTomato/go.mod

35 lines
1.3 KiB
Modula-2
Raw Normal View History

module git.smsvc.net/pomodoro/ChronoTomato
2024-10-22 11:13:41 +00:00
go 1.23.1
require (
2024-10-23 11:58:17 +00:00
atomicgo.dev/cursor v0.2.0
atomicgo.dev/keyboard v0.2.9
2024-10-22 11:13:41 +00:00
git.smsvc.net/pomodoro/GoTomato v0.0.0-20241022065122-cb6616f400db
github.com/charmbracelet/log v0.4.0
github.com/fatih/color v1.18.0
2024-10-22 11:13:41 +00:00
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/gorilla/websocket v1.5.3
gopkg.in/yaml.v2 v2.2.4
2024-10-22 11:13:41 +00:00
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v0.10.0 // indirect
github.com/containerd/console v1.0.3 // indirect
2024-10-22 11:13:41 +00:00
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.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
2024-10-22 11:13:41 +00:00
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/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/sys v0.25.0 // indirect
2024-10-22 11:13:41 +00:00
)