changed from unmaintained version of gocui to newer fork; vastly improved handling of logging

This commit is contained in:
Krumel
2021-06-04 00:11:11 +02:00
parent 3285b6f1ce
commit 5e3682cb3d
3 changed files with 38 additions and 47 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module krumel.moe/serverwrapper
go 1.16
require (
github.com/awesome-gocui/gocui v1.0.0 // indirect
github.com/jroimartin/gocui v0.4.0 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/pelletier/go-toml v1.9.1