Files
McSrvWrapper/go.mod
Krumel ee347acb96 stuff
2021-06-01 18:57:13 +02:00

10 lines
185 B
Modula-2

module krumel.moe/serverwrapper
go 1.16
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
)