mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-17 01:33:00 +00:00
33facb2321
Resolves #26
15 lines
499 B
Modula-2
15 lines
499 B
Modula-2
module code.dumpstack.io/tools/appvm
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
|
|
github.com/digitalocean/go-libvirt v0.0.0-20210723161134-761cfeeb5968
|
|
github.com/go-cmd/cmd v1.3.1
|
|
github.com/hanwen/go-fuse/v2 v2.1.0
|
|
github.com/jollheef/go-system v0.0.0-20160710075518-6ed6b1d2b8db
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|