Skip to content

Commit 8fc260e

Browse files
committed
Move hyperv and virtualbox drivers to minikube
Preparing for making the libmachine API internal
1 parent 524347e commit 8fc260e

28 files changed

+4335
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/Parallels/docker-machine-parallels/v2 v2.0.1
1010
github.com/VividCortex/godaemon v1.0.0
1111
github.com/Xuanwo/go-locale v1.1.3
12+
github.com/aregm/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
1213
github.com/blang/semver/v4 v4.0.0
1314
github.com/briandowns/spinner v1.23.2
1415
github.com/cenkalti/backoff/v4 v4.3.0
@@ -59,6 +60,7 @@ require (
5960
github.com/spf13/cobra v1.9.1
6061
github.com/spf13/pflag v1.0.9
6162
github.com/spf13/viper v1.20.1
63+
github.com/stretchr/testify v1.11.1
6264
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
6365
go.opentelemetry.io/otel v1.38.0
6466
go.opentelemetry.io/otel/sdk v1.38.0
@@ -102,7 +104,6 @@ require (
102104
github.com/MakeNowJust/heredoc v1.0.0 // indirect
103105
github.com/Microsoft/go-winio v0.6.2 // indirect
104106
github.com/VividCortex/ewma v1.2.0 // indirect
105-
github.com/aregm/cpuid v0.0.0-20181003105527-1a4a6f06a1c6 // indirect
106107
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
107108
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
108109
github.com/aws/aws-sdk-go-v2/config v1.29.15 // indirect

0 commit comments

Comments
 (0)