Delete go.mod

This commit is contained in:
2019-11-08 09:40:20 -05:00
committed by GitHub
parent 90d336988e
commit d02dd317a5

12
go.mod
View File

@ -1,12 +0,0 @@
module github.com/Rudi9719/kbtui
go 1.12
require (
github.com/awesome-gocui/gocui v0.6.0
github.com/magefile/mage v1.9.0
github.com/mattn/go-runewidth v0.0.5 // indirect
github.com/pelletier/go-toml v1.6.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
samhofi.us/x/keybase v0.0.0-20191023034410-b00e56e8dd3c
)