Working on UI
This commit is contained in:
8
go.mod
8
go.mod
@@ -1,11 +1,17 @@
|
||||
module git.bullercodeworks.com/brian/gime
|
||||
|
||||
go 1.17
|
||||
go 1.18
|
||||
|
||||
replace git.bullercodeworks.com/brian/go-timertxt => /home/brbuller/Development/go/src/git.bullercodeworks.com/brian/go-timertxt
|
||||
|
||||
replace git.bullercodeworks.com/brian/wandle => /home/brbuller/Development/go/src/git.bullercodeworks.com/brian/wandle
|
||||
|
||||
replace git.bullercodeworks.com/brian/widdles => /home/brbuller/Development/go/src/git.bullercodeworks.com/brian/widdles
|
||||
|
||||
require (
|
||||
git.bullercodeworks.com/brian/go-timertxt v0.0.0-20210302170637-d35b67037e23
|
||||
git.bullercodeworks.com/brian/wandle v1.0.3
|
||||
git.bullercodeworks.com/brian/widdles v0.0.0-00010101000000-000000000000
|
||||
github.com/br0xen/termbox-util v0.0.0-20200220160819-dc6d6950ba00
|
||||
github.com/br0xen/user-config v0.0.0-20170914134719-16e743ec93a2
|
||||
github.com/muesli/go-app-paths v0.2.2
|
||||
|
||||
Reference in New Issue
Block a user