Browse Source

Delete go.mod

pull/43/head
Gregory Rudolph 5 years ago committed by GitHub
parent
commit
d02dd317a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      go.mod

12
go.mod

@ -1,12 +0,0 @@ @@ -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
)
Loading…
Cancel
Save