17 lines
485 B
Modula-2
17 lines
485 B
Modula-2
module github.com/kevinschoon/pomo
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/fatih/color v1.12.0
|
|
github.com/gizak/termui/v3 v3.1.0
|
|
github.com/jawher/mow.cli v1.2.0
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/nsf/termbox-go v1.1.1 // indirect
|
|
)
|