1
1
module github.com/lima-vm/lima
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.1
@@ -26,3 +26,33 @@ require (
26
26
gopkg.in/yaml.v2 v2.4.0
27
27
gotest.tools/v3 v3.0.3
28
28
)
29
+
30
+ require (
31
+ github.com/VividCortex/ewma v1.1.1 // indirect
32
+ github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
33
+ github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
34
+ github.com/fatih/color v1.10.0 // indirect
35
+ github.com/fsnotify/fsnotify v1.4.9 // indirect
36
+ github.com/golang/protobuf v1.5.0 // indirect
37
+ github.com/google/go-cmp v0.5.5 // indirect
38
+ github.com/hashicorp/errwrap v1.0.0 // indirect
39
+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
40
+ github.com/kr/fs v0.1.0 // indirect
41
+ github.com/mattn/go-colorable v0.1.8 // indirect
42
+ github.com/mattn/go-runewidth v0.0.12 // indirect
43
+ github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
44
+ github.com/pkg/errors v0.9.1 // indirect
45
+ github.com/pkg/sftp v1.13.2 // indirect
46
+ github.com/rivo/uniseg v0.2.0 // indirect
47
+ github.com/russross/blackfriday/v2 v2.0.1 // indirect
48
+ github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
49
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
50
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
51
+ golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
52
+ golang.org/x/text v0.3.6 // indirect
53
+ google.golang.org/genproto v0.0.0-20210312152112-fc591d9ea70f // indirect
54
+ google.golang.org/grpc v1.39.0-dev.0.20210518002758-2713b77e8526 // indirect
55
+ google.golang.org/protobuf v1.26.0 // indirect
56
+ gopkg.in/djherbis/times.v1 v1.2.0 // indirect
57
+ gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
58
+ )
0 commit comments