@@ -18,6 +18,7 @@ require (
18
18
github.com/google/go-cmp v0.5.8
19
19
github.com/gorilla/mux v1.8.0
20
20
github.com/hashicorp/go-multierror v1.1.1
21
+ github.com/intel-go/cpuid v0.0.0-20220614022739-219e067757cb
21
22
github.com/lima-vm/sshocker v0.3.0
22
23
github.com/mattn/go-isatty v0.0.14
23
24
github.com/mattn/go-shellwords v1.0.12
@@ -27,7 +28,7 @@ require (
27
28
github.com/opencontainers/go-digest v1.0.0
28
29
github.com/sirupsen/logrus v1.9.0
29
30
github.com/spf13/cobra v1.5.0
30
- github.com/xorcare/pointer v1.1.0
31
+ github.com/xorcare/pointer v1.2.1
31
32
github.com/yalue/native_endian v1.0.2
32
33
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
33
34
gopkg.in/yaml.v2 v2.4.0
@@ -43,7 +44,6 @@ require (
43
44
github.com/golang/protobuf v1.5.2 // indirect
44
45
github.com/hashicorp/errwrap v1.1.0 // indirect
45
46
github.com/inconshreveable/mousetrap v1.0.0 // indirect
46
- github.com/intel-go/cpuid v0.0.0-20220614022739-219e067757cb // indirect
47
47
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
48
48
github.com/kr/fs v0.1.0 // indirect
49
49
github.com/kr/text v0.2.0 // indirect
0 commit comments