gask/go.mod

18 lines
728 B
Modula-2
Raw Normal View History

2019-02-04 04:44:40 +00:00
module git.bullercodeworks.com/brian/gask
2023-09-07 19:39:45 +00:00
go 1.20
replace git.bullercodeworks.com/brian/go-todotxt => /home/brbuller/Development/go/src/git.bullercodeworks.com/brian/go-todotxt
2021-03-17 17:37:26 +00:00
2019-02-04 04:44:40 +00:00
require (
2023-09-07 19:39:45 +00:00
git.bullercodeworks.com/brian/go-todotxt v1.5.0
2021-03-17 17:37:26 +00:00
git.bullercodeworks.com/brian/termbox-screen v0.0.0-20190712162752-c91f70ac38c6
git.bullercodeworks.com/brian/termbox-util v0.0.0-20200220160819-dc6d6950ba00
git.bullercodeworks.com/brian/user-config v0.0.0-20170914134719-16e743ec93a2
2019-02-04 04:44:40 +00:00
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/casimir/xdg-go v0.0.0-20160329195404-372ccc2180da // indirect
2021-03-17 17:39:50 +00:00
github.com/mattn/go-runewidth v0.0.10 // indirect
2021-03-17 17:37:26 +00:00
github.com/nsf/termbox-go v1.1.0
2021-03-17 17:39:50 +00:00
github.com/rivo/uniseg v0.2.0 // indirect
2019-02-04 04:44:40 +00:00
)