Fix bug if no timers in timers.txt
Also go mod
This commit is contained in:
12
go.mod
Normal file
12
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user