@@ -24,25 +24,25 @@ require (
24
24
github.com/nxadm/tail v1.4.8
25
25
github.com/opencontainers/go-digest v1.0.0
26
26
github.com/sirupsen/logrus v1.8.1
27
- github.com/spf13/cobra v1.2.1
27
+ github.com/spf13/cobra v1.3.0
28
28
github.com/xorcare/pointer v1.1.0
29
29
github.com/yalue/native_endian v1.0.2
30
- golang.org/x/sys v0.0.0-20210818153620-00dd8d7831e7
30
+ golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
31
31
gopkg.in/yaml.v2 v2.4.0
32
32
gotest.tools/v3 v3.0.3
33
33
)
34
34
35
35
require (
36
36
github.com/VividCortex/ewma v1.1.1 // indirect
37
37
github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
38
- github.com/fatih/color v1.10 .0 // indirect
39
- github.com/fsnotify/fsnotify v1.4.9 // indirect
38
+ github.com/fatih/color v1.13 .0 // indirect
39
+ github.com/fsnotify/fsnotify v1.5.1 // indirect
40
40
github.com/golang/protobuf v1.5.2 // indirect
41
41
github.com/hashicorp/errwrap v1.0.0 // indirect
42
42
github.com/inconshreveable/mousetrap v1.0.0 // indirect
43
43
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
44
44
github.com/kr/fs v0.1.0 // indirect
45
- github.com/mattn/go-colorable v0.1.8 // indirect
45
+ github.com/mattn/go-colorable v0.1.12 // indirect
46
46
github.com/mattn/go-runewidth v0.0.12 // indirect
47
47
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
48
48
github.com/pkg/errors v0.9.1 // indirect
@@ -53,10 +53,10 @@ require (
53
53
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
54
54
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
55
55
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
56
- golang.org/x/text v0.3.6 // indirect
56
+ golang.org/x/text v0.3.7 // indirect
57
57
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
58
- google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
59
- google.golang.org/grpc v1.39.0-dev.0.20210518002758-2713b77e8526 // indirect
58
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
59
+ google.golang.org/grpc v1.42.0 // indirect
60
60
google.golang.org/protobuf v1.27.1 // indirect
61
61
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
62
62
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments