diff --git a/go.mod b/go.mod deleted file mode 100644 index 8be19cf..0000000 --- a/go.mod +++ /dev/null @@ -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 -)