Switch to buildGoModule

This commit is contained in:
Mikhail Klementev 2020-06-18 15:39:11 +00:00
parent 8264f71eb2
commit e6f086f88a
No known key found for this signature in database
GPG key ID: BE44DA8C062D87DC
6 changed files with 19 additions and 109 deletions

3
go.mod
View file

@ -1,12 +1,13 @@
module code.dumpstack.io/tools/appvm
go 1.12
go 1.14
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/hanwen/go-fuse/v2 v2.0.3
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