initial push with clean and rebuild commands

This commit is contained in:
2020-07-19 20:42:58 -04:00
commit df25294055
10 changed files with 519 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/deranjer/ForlornProjectManager
go 1.14
require (
github.com/c-bata/go-prompt v0.2.3
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03 // indirect
github.com/tidwall/sjson v1.1.1 // indirect
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
)