Update go-todotxt

This commit is contained in:
2021-03-17 12:39:50 -05:00
parent 23f96062f5
commit 1b62cbe2d8
2 changed files with 10 additions and 1 deletions

4
go.mod
View File

@@ -3,11 +3,13 @@ module git.bullercodeworks.com/brian/gask
go 1.16
require (
git.bullercodeworks.com/brian/go-todotxt v1.0.0
git.bullercodeworks.com/brian/go-todotxt v1.0.1
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
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/casimir/xdg-go v0.0.0-20160329195404-372ccc2180da // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/nsf/termbox-go v1.1.0
github.com/rivo/uniseg v0.2.0 // indirect
)