initial push with clean and rebuild commands
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user