Sebastian Mark
a121f01371
- change "Work" to "Focus" in all occurences - update GoTomato version to v0.4.0
42 lines
1.7 KiB
Modula-2
42 lines
1.7 KiB
Modula-2
module git.smsvc.net/pomodoro/ChronoTomato
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
git.smsvc.net/pomodoro/GoTomato v0.4.0
|
|
github.com/alecthomas/colour v0.1.0
|
|
github.com/charmbracelet/bubbles v0.20.0
|
|
github.com/charmbracelet/bubbletea v1.2.2
|
|
github.com/charmbracelet/log v0.4.0
|
|
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
|
|
github.com/gorilla/websocket v1.5.3
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/harmonica v0.2.0 // indirect
|
|
github.com/charmbracelet/lipgloss v1.0.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.4.5 // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
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/kr/pretty v0.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // 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/sync v0.9.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|