Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/Parallels/docker-machine-parallels/v2 v2.0.1
github.com/VividCortex/godaemon v1.0.0
github.com/Xuanwo/go-locale v1.1.3
github.com/aregm/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
github.com/blang/semver/v4 v4.0.0
github.com/briandowns/spinner v1.23.2
github.com/cenkalti/backoff/v4 v4.3.0
Expand Down Expand Up @@ -59,6 +60,7 @@ require (
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.9
github.com/spf13/viper v1.20.1
github.com/stretchr/testify v1.11.1
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
go.opentelemetry.io/otel v1.38.0
go.opentelemetry.io/otel/sdk v1.38.0
Expand Down Expand Up @@ -102,7 +104,6 @@ require (
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/aregm/cpuid v0.0.0-20181003105527-1a4a6f06a1c6 // indirect
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
github.com/aws/aws-sdk-go-v2/config v1.29.15 // indirect
Expand Down
Loading
Loading