@@ -10,16 +10,14 @@ require (
10
10
github.com/kevinburke/ssh_config v1.2.0
11
11
github.com/mattn/goveralls v0.0.12
12
12
github.com/stretchr/testify v1.9.0
13
- golang.org/x/crypto v0.27 .0
13
+ golang.org/x/crypto v0.31 .0
14
14
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
15
15
libvirt.org/go/libvirtxml v1.10007.0
16
16
)
17
17
18
18
require (
19
19
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton // indirect
20
20
github.com/agext/levenshtein v1.2.3 // indirect
21
- github.com/apparentlymart/go-cidr v1.1.0 // indirect
22
- github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
23
21
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
24
22
github.com/c4milo/gotoolkit v0.0.0-20190525173301-67483a18c17a // indirect
25
23
github.com/cloudflare/circl v1.4.0 // indirect
@@ -28,10 +26,8 @@ require (
28
26
github.com/coreos/go-systemd/v22 v22.0.0 // indirect
29
27
github.com/coreos/ignition/v2 v2.14.0 // indirect
30
28
github.com/coreos/vcontext v0.0.0-20211021162308-f1dbbca7bef4 // indirect
31
- github.com/diskfs/go-diskfs v1.4.2 // indirect
32
- github.com/djherbis/times v1.6.0 // indirect
33
- github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab // indirect
34
29
github.com/fatih/color v1.17.0 // indirect
30
+ github.com/go-test/deep v1.0.8 // indirect
35
31
github.com/golang/protobuf v1.5.4 // indirect
36
32
github.com/google/go-cmp v0.6.0 // indirect
37
33
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -55,7 +51,6 @@ require (
55
51
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
56
52
github.com/hashicorp/yamux v0.1.1 // indirect
57
53
github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214 // indirect
58
- github.com/klauspost/compress v1.17.4 // indirect
59
54
github.com/mattn/go-colorable v0.1.13 // indirect
60
55
github.com/mattn/go-isatty v0.0.20 // indirect
61
56
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -64,27 +59,20 @@ require (
64
59
github.com/mitchellh/mapstructure v1.5.0 // indirect
65
60
github.com/mitchellh/reflectwalk v1.0.2 // indirect
66
61
github.com/oklog/run v1.1.0 // indirect
67
- github.com/pierrec/lz4/v4 v4.1.17 // indirect
68
62
github.com/pkg/errors v0.9.1 // indirect
69
- github.com/pkg/xattr v0.4.9 // indirect
70
63
github.com/pmezard/go-difflib v1.0.0 // indirect
71
- github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect
72
- github.com/ulikunitz/xz v0.5.11 // indirect
73
64
github.com/vincent-petithory/dataurl v1.0.0 // indirect
74
65
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
75
- github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
76
66
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
77
- github.com/vmihailenco/tagparser v0.1.2 // indirect
78
67
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
79
68
github.com/zclconf/go-cty v1.15.0 // indirect
80
69
golang.org/x/mod v0.21.0 // indirect
81
70
golang.org/x/net v0.29.0 // indirect
82
- golang.org/x/sync v0.8 .0 // indirect
83
- golang.org/x/sys v0.25 .0 // indirect
84
- golang.org/x/text v0.18 .0 // indirect
71
+ golang.org/x/sync v0.10 .0 // indirect
72
+ golang.org/x/sys v0.28 .0 // indirect
73
+ golang.org/x/text v0.21 .0 // indirect
85
74
golang.org/x/tools v0.25.0 // indirect
86
75
google.golang.org/appengine v1.6.8 // indirect
87
- google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
88
76
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
89
77
google.golang.org/grpc v1.66.2 // indirect
90
78
google.golang.org/protobuf v1.34.2 // indirect
0 commit comments