2018-09-20 23:00:04 +02:00
|
|
|
module github.com/kevinschoon/pomo
|
|
|
|
|
2020-09-06 17:56:25 +02:00
|
|
|
go 1.15
|
|
|
|
|
2018-09-20 23:00:04 +02:00
|
|
|
require (
|
2021-07-29 03:43:13 +02:00
|
|
|
github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1
|
|
|
|
github.com/fatih/color v1.12.0
|
2019-02-10 20:53:19 +01:00
|
|
|
github.com/gizak/termui v2.3.0+incompatible
|
2021-07-29 03:43:13 +02:00
|
|
|
github.com/gizak/termui/v3 v3.1.0
|
|
|
|
github.com/jawher/mow.cli v1.2.0
|
2019-02-10 20:53:19 +01:00
|
|
|
github.com/maruel/panicparse v0.0.0-20180806203336-f20d4c4d746f
|
2021-07-29 03:43:13 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.8
|
|
|
|
github.com/mattn/go-isatty v0.0.13
|
2021-07-29 00:52:20 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.13
|
2021-07-29 03:43:13 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
2021-07-29 00:52:20 +02:00
|
|
|
github.com/mitchellh/go-wordwrap v1.0.1
|
|
|
|
github.com/nsf/termbox-go v1.1.1
|
2021-07-29 03:43:13 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
2018-09-20 23:00:04 +02:00
|
|
|
)
|