This commit is contained in:
Krumel
2021-06-01 18:57:13 +02:00
parent 25a248f4f7
commit ee347acb96
3 changed files with 121 additions and 5 deletions

6
go.mod
View File

@ -2,4 +2,8 @@ module krumel.moe/serverwrapper
go 1.16
require github.com/pelletier/go-toml v1.9.1
require (
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
)