Update to my fork of go-todotxt

This commit is contained in:
2019-02-04 04:44:40 +00:00
parent 9bc8de8700
commit aef4d2f236
7 changed files with 30 additions and 5 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module git.bullercodeworks.com/brian/gask
require (
git.bullercodeworks.com/brian/go-todotxt v0.0.0-20190204043859-239b7c535cc7
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/br0xen/termbox-util v0.0.0-20170904143325-de1d4c83380e
github.com/br0xen/user-config v0.0.0-20170914134719-16e743ec93a2
github.com/casimir/xdg-go v0.0.0-20160329195404-372ccc2180da // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
)