Fix bug if no timers in timers.txt

Also go mod
This commit is contained in:
2021-04-05 07:57:53 -05:00
parent 59cd554e03
commit 901015f211
3 changed files with 27 additions and 1 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module git.bullercodeworks.com/brian/gime
go 1.16
require (
git.bullercodeworks.com/brian/go-timertxt v0.0.0-20210302170637-d35b67037e23
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/br0xen/termbox-util v0.0.0-20200220160819-dc6d6950ba00
github.com/br0xen/user-config v0.0.0-20170914134719-16e743ec93a2
github.com/casimir/xdg-go v0.0.0-20160329195404-372ccc2180da // indirect
github.com/nsf/termbox-go v1.1.0
)