-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (23 loc) · 798 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/dvob/vu
go 1.20
require (
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
github.com/digitalocean/go-libvirt v0.0.0-20221205150000-2939327a8519
github.com/ghodss/yaml v1.0.0
github.com/imdario/mergo v0.3.13
github.com/kdomanski/iso9660 v0.3.3
github.com/libvirt/libvirt-go-xml v7.4.0+incompatible
github.com/matryer/is v1.4.0
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
golang.org/x/sys v0.4.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
)
require (
github.com/fatih/color v1.9.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)