You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
554 B
Modula-2

module github.com/kevinschoon/pomo
go 1.15
require (
github.com/0xAX/notificator v0.0.0-20220220101646-ee9b8921e557
github.com/adrg/xdg v0.4.0
github.com/fatih/color v1.13.0
github.com/gizak/termui/v3 v3.1.0
github.com/jawher/mow.cli v1.2.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.13
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
)