go modules

This commit is contained in:
Mikhail Klementev 2019-12-30 15:55:00 +00:00
parent f4c6a6a90b
commit 43d42c2242
No known key found for this signature in database
GPG key ID: BE44DA8C062D87DC
2 changed files with 36 additions and 0 deletions

13
go.mod Normal file
View file

@ -0,0 +1,13 @@
module code.dumpstack.io/tools/appvm
go 1.12
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/digitalocean/go-libvirt v0.0.0-20190715144809-7b622097a793
github.com/go-cmd/cmd v1.1.0
github.com/jollheef/go-system v0.0.0-20160710075518-6ed6b1d2b8db
github.com/olekukonko/tablewriter v0.0.4
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)