2019-05-09 18:46:14 +00:00
|
|
|
module k8s.io/minikube
|
|
|
|
|
2023-02-08 21:28:08 +00:00
|
|
|
go 1.20
|
2019-05-09 18:46:14 +00:00
|
|
|
|
|
|
|
require (
|
2023-03-21 19:16:24 +00:00
|
|
|
cloud.google.com/go/storage v1.30.0
|
2023-03-10 17:43:43 +00:00
|
|
|
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
|
2022-10-31 18:06:45 +00:00
|
|
|
github.com/Delta456/box-cli-maker/v2 v2.3.0
|
2023-03-17 20:47:38 +00:00
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.12.0
|
2023-02-28 17:30:10 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.9.7 // indirect
|
2020-10-21 18:07:28 +00:00
|
|
|
github.com/Parallels/docker-machine-parallels/v2 v2.0.1
|
2021-06-29 19:24:59 +00:00
|
|
|
github.com/VividCortex/godaemon v1.0.0
|
|
|
|
github.com/blang/semver/v4 v4.0.0
|
2020-12-02 06:24:41 +00:00
|
|
|
github.com/briandowns/spinner v1.11.1
|
2021-06-29 19:48:28 +00:00
|
|
|
github.com/c4milo/gotoolkit v0.0.0-20190525173301-67483a18c17a // indirect
|
2022-11-29 00:21:24 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.0
|
2023-03-01 19:24:53 +00:00
|
|
|
github.com/cheggaaa/pb/v3 v3.1.2
|
2023-01-09 18:04:45 +00:00
|
|
|
github.com/cloudevents/sdk-go/v2 v2.13.0
|
2023-01-23 18:02:47 +00:00
|
|
|
github.com/docker/docker v20.10.23+incompatible
|
2022-09-08 16:42:43 +00:00
|
|
|
github.com/docker/go-units v0.5.0
|
2021-02-09 06:56:23 +00:00
|
|
|
github.com/docker/machine v0.16.2
|
2021-06-29 19:48:28 +00:00
|
|
|
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e
|
2019-05-29 21:35:28 +00:00
|
|
|
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
|
2022-09-12 18:11:35 +00:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2023-01-30 18:06:50 +00:00
|
|
|
github.com/google/go-containerregistry v0.13.0
|
2022-11-07 18:04:57 +00:00
|
|
|
github.com/google/slowjam v1.0.1
|
2021-07-19 18:29:47 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2023-03-17 20:47:48 +00:00
|
|
|
github.com/hashicorp/go-getter v1.7.1
|
2023-01-03 20:23:01 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.2
|
2021-02-09 06:56:23 +00:00
|
|
|
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 // indirect
|
2019-05-14 01:02:44 +00:00
|
|
|
github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214 // indirect
|
2023-02-27 18:58:37 +00:00
|
|
|
github.com/hooklift/iso9660 v1.0.0
|
2021-04-09 21:58:45 +00:00
|
|
|
github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6 // indirect
|
2020-03-22 20:00:14 +00:00
|
|
|
github.com/johanneswuerbach/nfsexports v0.0.0-20200318065542-c48c3734757f
|
2019-10-09 00:08:38 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2021-04-07 22:44:03 +00:00
|
|
|
github.com/klauspost/cpuid v1.2.0
|
2021-10-29 17:46:27 +00:00
|
|
|
github.com/machine-drivers/docker-machine-driver-vmware v0.1.5
|
2021-03-29 21:37:07 +00:00
|
|
|
github.com/mattbaird/jsonpatch v0.0.0-20200820163806-098863c1fc24
|
2023-01-02 18:01:48 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.17
|
2021-02-26 00:17:36 +00:00
|
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
|
|
github.com/moby/hyperkit v0.0.0-20210108224842-2f061e447e14
|
2021-06-22 06:03:30 +00:00
|
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
2021-02-20 00:33:27 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2021-01-08 23:38:31 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2022-11-28 18:03:48 +00:00
|
|
|
github.com/otiai10/copy v1.9.0
|
2021-03-02 18:15:57 +00:00
|
|
|
github.com/pborman/uuid v1.2.1
|
2019-05-15 22:00:45 +00:00
|
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
2019-05-09 18:46:14 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
|
2020-03-05 19:33:02 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-02-27 18:58:47 +00:00
|
|
|
github.com/pkg/profile v1.7.0
|
2019-05-09 18:46:14 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0
|
2019-05-14 01:02:44 +00:00
|
|
|
github.com/samalba/dockerclient v0.0.0-20160414174713-91d7393ff859 // indirect
|
2023-03-09 17:25:34 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.23.2
|
2022-10-31 18:06:37 +00:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2020-01-22 22:10:53 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-01-19 21:17:40 +00:00
|
|
|
github.com/spf13/viper v1.15.0
|
2019-05-09 18:46:14 +00:00
|
|
|
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
|
2022-11-14 18:04:54 +00:00
|
|
|
go.opencensus.io v0.24.0
|
2023-03-01 19:25:02 +00:00
|
|
|
go.opentelemetry.io/otel v1.14.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.14.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.14.0
|
2020-01-22 22:10:53 +00:00
|
|
|
golang.org/x/build v0.0.0-20190927031335-2835ba2e683f
|
2023-03-09 17:25:49 +00:00
|
|
|
golang.org/x/crypto v0.7.0
|
2022-10-31 18:06:45 +00:00
|
|
|
golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
|
2023-03-06 18:57:53 +00:00
|
|
|
golang.org/x/mod v0.9.0
|
2023-03-09 18:11:18 +00:00
|
|
|
golang.org/x/oauth2 v0.6.0
|
2022-10-24 20:09:31 +00:00
|
|
|
golang.org/x/sync v0.1.0
|
2023-03-06 18:57:59 +00:00
|
|
|
golang.org/x/sys v0.6.0
|
2023-03-07 17:19:58 +00:00
|
|
|
golang.org/x/term v0.6.0
|
2023-03-09 17:25:49 +00:00
|
|
|
golang.org/x/text v0.8.0
|
2022-09-12 18:29:50 +00:00
|
|
|
gonum.org/v1/plot v0.12.0
|
2023-03-17 20:48:36 +00:00
|
|
|
google.golang.org/api v0.114.0
|
2021-03-01 07:42:50 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2023-03-20 18:58:39 +00:00
|
|
|
k8s.io/api v0.26.3
|
|
|
|
k8s.io/apimachinery v0.26.3
|
|
|
|
k8s.io/client-go v0.26.3
|
2021-12-07 02:56:25 +00:00
|
|
|
k8s.io/cluster-bootstrap v0.0.0
|
2023-03-20 18:58:39 +00:00
|
|
|
k8s.io/component-base v0.26.3
|
2023-03-09 17:24:41 +00:00
|
|
|
k8s.io/klog/v2 v2.90.1
|
2023-03-21 19:16:32 +00:00
|
|
|
k8s.io/kubectl v0.26.3
|
2022-12-14 23:43:26 +00:00
|
|
|
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
|
2023-01-16 18:04:16 +00:00
|
|
|
libvirt.org/go/libvirt v1.9000.0
|
2021-03-02 00:45:02 +00:00
|
|
|
sigs.k8s.io/sig-storage-lib-external-provisioner/v6 v6.3.0
|
2019-07-09 10:03:09 +00:00
|
|
|
)
|
|
|
|
|
2022-04-01 17:22:45 +00:00
|
|
|
require (
|
|
|
|
github.com/Xuanwo/go-locale v1.1.0
|
2022-06-07 23:47:06 +00:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2023-01-23 18:04:24 +00:00
|
|
|
github.com/docker/cli v20.10.23+incompatible
|
2022-04-18 18:05:18 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2022-03-13 00:11:38 +00:00
|
|
|
github.com/google/go-github/v43 v43.0.0
|
2023-01-23 21:53:09 +00:00
|
|
|
github.com/juju/clock v1.0.3
|
2022-12-05 01:27:02 +00:00
|
|
|
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
|
|
|
|
github.com/juju/mutex/v2 v2.0.0
|
2022-08-30 21:26:14 +00:00
|
|
|
github.com/opencontainers/runc v1.1.4
|
2023-01-30 18:05:26 +00:00
|
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.2.0
|
2022-04-01 17:22:45 +00:00
|
|
|
)
|
2022-02-02 01:11:33 +00:00
|
|
|
|
2021-08-30 23:54:21 +00:00
|
|
|
require (
|
2023-02-28 17:30:10 +00:00
|
|
|
cloud.google.com/go v0.110.0 // indirect
|
2023-02-15 02:57:18 +00:00
|
|
|
cloud.google.com/go/compute v1.18.0 // indirect
|
2023-01-09 18:04:27 +00:00
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
2023-02-28 17:30:10 +00:00
|
|
|
cloud.google.com/go/iam v0.12.0 // indirect
|
|
|
|
cloud.google.com/go/monitoring v1.12.0 // indirect
|
2023-01-30 21:43:28 +00:00
|
|
|
cloud.google.com/go/trace v1.8.0 // indirect
|
2022-03-22 19:01:54 +00:00
|
|
|
git.sr.ht/~sbinet/gg v0.3.1 // indirect
|
2021-11-30 00:46:18 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
2023-03-17 20:47:38 +00:00
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.36.0 // indirect
|
2022-09-07 17:02:17 +00:00
|
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
2022-10-24 20:09:31 +00:00
|
|
|
github.com/Microsoft/go-winio v0.6.0 // indirect
|
2023-03-01 19:24:53 +00:00
|
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
2022-03-22 19:01:54 +00:00
|
|
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
|
2023-02-13 19:00:40 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.122 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
2023-02-15 02:57:18 +00:00
|
|
|
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/chai2010/gettext-go v1.0.2 // indirect
|
2023-02-07 20:48:37 +00:00
|
|
|
github.com/containerd/cgroups v1.1.0 // indirect
|
2023-02-28 17:30:10 +00:00
|
|
|
github.com/containerd/containerd v1.6.19 // indirect
|
2022-10-24 20:09:31 +00:00
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
|
2022-04-30 08:18:16 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
2022-06-08 21:23:20 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2022-06-08 18:38:28 +00:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/daviddengcn/go-colortext v1.0.0 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
2022-10-24 20:09:31 +00:00
|
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
2022-12-15 17:40:03 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
|
2022-02-21 18:05:29 +00:00
|
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
|
|
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
2023-03-01 19:24:53 +00:00
|
|
|
github.com/fatih/color v1.14.1 // indirect
|
2023-02-27 18:58:47 +00:00
|
|
|
github.com/felixge/fgprof v0.9.3 // indirect
|
2022-11-07 20:11:56 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2022-12-02 09:21:22 +00:00
|
|
|
github.com/fvbommel/sortorder v1.0.1 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/go-errors/errors v1.0.1 // indirect
|
2021-09-27 18:31:55 +00:00
|
|
|
github.com/go-fonts/liberation v0.2.0 // indirect
|
|
|
|
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
|
2022-03-24 17:05:15 +00:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
2022-02-14 18:05:41 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2021-11-03 00:45:05 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
2022-12-15 17:40:03 +00:00
|
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
2023-03-10 17:43:43 +00:00
|
|
|
github.com/go-openapi/swag v0.21.1 // indirect
|
2022-03-22 19:01:54 +00:00
|
|
|
github.com/go-pdf/fpdf v0.6.0 // indirect
|
2022-06-08 18:38:28 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.0.6 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2021-11-30 00:46:18 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
2022-03-13 00:11:38 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2023-02-07 20:48:37 +00:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2023-03-10 17:43:43 +00:00
|
|
|
github.com/google/pprof v0.0.0-20220318212150-b2ab0324ddda // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2023-02-15 02:57:18 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
|
2023-03-17 20:48:36 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
|
2022-10-31 18:06:45 +00:00
|
|
|
github.com/gookit/color v1.5.2 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
2023-02-13 19:00:40 +00:00
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2022-10-31 18:06:45 +00:00
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
2023-02-07 20:48:37 +00:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
2022-10-17 18:06:19 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2022-01-17 18:04:26 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2022-12-05 01:27:02 +00:00
|
|
|
github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9 // indirect
|
2023-02-28 17:30:10 +00:00
|
|
|
github.com/klauspost/compress v1.16.0 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
|
|
github.com/lithammer/dedent v1.1.0 // indirect
|
2021-11-03 00:45:05 +00:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
2023-01-19 21:17:40 +00:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2023-03-10 17:43:43 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2023-03-01 19:24:53 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2022-10-31 18:06:45 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2023-02-07 20:48:37 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2023-03-10 17:43:43 +00:00
|
|
|
github.com/miekg/dns v1.1.48 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2023-02-13 19:00:40 +00:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
2022-06-08 00:52:23 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
2023-02-07 20:48:37 +00:00
|
|
|
github.com/moby/sys/mountinfo v0.6.2 // indirect
|
2022-12-15 17:40:03 +00:00
|
|
|
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2022-01-17 18:04:26 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
2022-10-31 18:06:45 +00:00
|
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
2022-10-24 20:09:31 +00:00
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
|
2023-02-07 20:48:37 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
|
2023-01-19 21:17:40 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
2022-01-18 18:35:16 +00:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2022-12-15 17:40:03 +00:00
|
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2023-03-10 17:43:43 +00:00
|
|
|
github.com/prometheus/prometheus v0.35.0 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-07-25 20:30:50 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
2023-01-19 21:17:40 +00:00
|
|
|
github.com/spf13/afero v1.9.3 // indirect
|
2022-06-08 00:52:23 +00:00
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2023-01-19 21:17:40 +00:00
|
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
2022-12-05 18:03:20 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
2023-02-13 19:00:40 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
2022-06-08 21:23:20 +00:00
|
|
|
github.com/vbatts/tar-split v0.11.2 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
github.com/xlab/treeprint v1.1.0 // indirect
|
2022-10-31 18:06:45 +00:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2022-01-18 18:35:16 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
|
2022-11-30 01:10:11 +00:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
2022-06-10 20:41:07 +00:00
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
2022-11-07 20:11:56 +00:00
|
|
|
go.uber.org/zap v1.21.0 // indirect
|
2022-09-12 18:29:50 +00:00
|
|
|
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
|
2023-03-09 17:25:49 +00:00
|
|
|
golang.org/x/net v0.8.0 // indirect
|
2023-01-19 21:17:40 +00:00
|
|
|
golang.org/x/time v0.1.0 // indirect
|
2023-02-28 17:30:10 +00:00
|
|
|
golang.org/x/tools v0.6.0 // indirect
|
2022-10-18 20:23:14 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-03-17 20:48:36 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
|
2023-02-15 02:57:18 +00:00
|
|
|
google.golang.org/grpc v1.53.0 // indirect
|
2023-03-17 20:48:36 +00:00
|
|
|
google.golang.org/protobuf v1.29.1 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2022-09-08 16:43:04 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-07-04 18:05:39 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-03-21 19:16:32 +00:00
|
|
|
k8s.io/cli-runtime v0.26.3 // indirect
|
|
|
|
k8s.io/component-helpers v0.26.3 // indirect
|
2022-12-14 23:43:26 +00:00
|
|
|
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
|
2023-03-21 19:16:32 +00:00
|
|
|
k8s.io/metrics v0.26.3 // indirect
|
2022-09-07 17:02:17 +00:00
|
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
2023-02-14 19:24:06 +00:00
|
|
|
sigs.k8s.io/kustomize/api v0.12.1 // indirect
|
|
|
|
sigs.k8s.io/kustomize/kustomize/v4 v4.5.7 // indirect
|
|
|
|
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
|
2022-09-07 17:02:17 +00:00
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
2022-12-14 23:43:26 +00:00
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
)
|
|
|
|
|
2019-07-09 10:03:09 +00:00
|
|
|
replace (
|
2019-09-03 23:45:58 +00:00
|
|
|
git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
|
2021-04-04 20:28:45 +00:00
|
|
|
github.com/briandowns/spinner => github.com/alonyb/spinner v1.12.7
|
2023-01-27 22:55:54 +00:00
|
|
|
github.com/docker/machine => github.com/machine-drivers/machine v0.7.1-0.20230127174554-48d7306a0622
|
2020-07-15 10:26:24 +00:00
|
|
|
github.com/samalba/dockerclient => github.com/sayboras/dockerclient v1.0.0
|
2021-11-30 00:46:18 +00:00
|
|
|
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.22.4
|
2019-05-09 18:46:14 +00:00
|
|
|
)
|