mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 17:44:24 +00:00
Switch to buildGoModule
This commit is contained in:
parent
8264f71eb2
commit
e6f086f88a
6 changed files with 19 additions and 109 deletions
3
go.mod
3
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue