Update go-libvirt

Resolves #26
This commit is contained in:
Mikhail Klementev 2021-11-04 13:24:32 +00:00
parent 9142fe53c6
commit 33facb2321
No known key found for this signature in database
GPG key ID: BE44DA8C062D87DC
2 changed files with 50 additions and 24 deletions

12
go.mod
View file

@ -1,14 +1,14 @@
module code.dumpstack.io/tools/appvm
go 1.14
go 1.16
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/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.4
github.com/olekukonko/tablewriter v0.0.5
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)