2019-05-09 18:46:14 +00:00
|
|
|
module k8s.io/minikube
|
|
|
|
|
2022-08-08 09:02:10 +00:00
|
|
|
go 1.19
|
2019-05-09 18:46:14 +00:00
|
|
|
|
|
|
|
require (
|
2022-07-25 18:05:30 +00:00
|
|
|
cloud.google.com/go/storage v1.24.0
|
2022-04-25 18:05:16 +00:00
|
|
|
contrib.go.opencensus.io/exporter/stackdriver v0.13.12
|
2021-08-24 17:56:37 +00:00
|
|
|
github.com/Delta456/box-cli-maker/v2 v2.2.2
|
2021-08-09 20:55:54 +00:00
|
|
|
github.com/GoogleCloudPlatform/docker-credential-gcr v0.0.0-20210713212222-faed5e8b8ca2
|
2022-08-02 22:54:21 +00:00
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.4
|
2021-11-17 23:39:27 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.8.17 // 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-04-11 18:04:59 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.3
|
2022-07-11 18:07:42 +00:00
|
|
|
github.com/cheggaaa/pb/v3 v3.1.0
|
2022-06-13 18:28:01 +00:00
|
|
|
github.com/cloudevents/sdk-go/v2 v2.10.1
|
2022-06-10 20:41:30 +00:00
|
|
|
github.com/docker/docker v20.10.17+incompatible
|
2020-01-22 22:10:53 +00:00
|
|
|
github.com/docker/go-units v0.4.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-05-02 18:04:37 +00:00
|
|
|
github.com/google/go-cmp v0.5.8
|
2022-07-25 20:30:50 +00:00
|
|
|
github.com/google/go-containerregistry v0.11.0
|
2021-06-29 19:24:59 +00:00
|
|
|
github.com/google/slowjam v1.0.0
|
2021-07-19 18:29:47 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-06-13 19:04:56 +00:00
|
|
|
github.com/hashicorp/go-getter v1.6.2
|
2022-04-18 18:05:18 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.1
|
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
|
2019-05-09 18:46:14 +00:00
|
|
|
github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
|
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-08-21 22:17:32 +00:00
|
|
|
github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
|
|
|
|
github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d // indirect
|
2021-01-13 07:21:31 +00:00
|
|
|
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
|
2020-03-05 23:23:22 +00:00
|
|
|
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
|
2019-08-21 22:17:32 +00:00
|
|
|
github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
|
|
|
|
github.com/juju/retry v0.0.0-20180821225755-9058e192b216 // indirect
|
|
|
|
github.com/juju/testing v0.0.0-20190723135506-ce30eb24acd2 // indirect
|
|
|
|
github.com/juju/utils v0.0.0-20180820210520-bf9cc5bdd62d // indirect
|
|
|
|
github.com/juju/version v0.0.0-20180108022336-b64dbd566305 // indirect
|
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
|
2021-09-08 17:09:13 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.14
|
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
|
2021-11-15 18:33:24 +00:00
|
|
|
github.com/otiai10/copy v1.7.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
|
2019-05-09 18:46:14 +00:00
|
|
|
github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
|
|
|
|
github.com/pmezard/go-difflib v1.0.0
|
2022-06-08 21:23:20 +00:00
|
|
|
github.com/russross/blackfriday v1.6.0 // indirect
|
2019-05-14 01:02:44 +00:00
|
|
|
github.com/samalba/dockerclient v0.0.0-20160414174713-91d7393ff859 // indirect
|
2022-08-01 18:06:38 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.7
|
2022-06-21 19:16:01 +00:00
|
|
|
github.com/spf13/cobra v1.5.0
|
2020-01-22 22:10:53 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-06-08 00:52:23 +00:00
|
|
|
github.com/spf13/viper v1.12.0
|
2019-05-09 18:46:14 +00:00
|
|
|
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
|
2021-03-30 02:09:34 +00:00
|
|
|
go.opencensus.io v0.23.0
|
2022-08-02 22:53:57 +00:00
|
|
|
go.opentelemetry.io/otel v1.9.0
|
2022-08-03 00:48:05 +00:00
|
|
|
go.opentelemetry.io/otel/sdk v1.9.0
|
2022-08-02 22:53:57 +00:00
|
|
|
go.opentelemetry.io/otel/trace v1.9.0
|
2020-01-22 22:10:53 +00:00
|
|
|
golang.org/x/build v0.0.0-20190927031335-2835ba2e683f
|
2022-04-18 18:05:05 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
2021-06-21 20:08:37 +00:00
|
|
|
golang.org/x/exp v0.0.0-20210220032938-85be41e4509f
|
2022-07-25 20:30:50 +00:00
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220718184931-c8730f7fcb92
|
2022-06-08 20:24:54 +00:00
|
|
|
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
|
2022-07-25 20:30:50 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
|
2022-03-04 19:38:19 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
2021-08-11 10:38:21 +00:00
|
|
|
golang.org/x/text v0.3.7
|
2022-03-22 19:01:54 +00:00
|
|
|
gonum.org/v1/plot v0.11.0
|
2022-08-02 22:54:18 +00:00
|
|
|
google.golang.org/api v0.91.0
|
2019-08-21 22:17:32 +00:00
|
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
2021-03-01 07:42:50 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2022-07-15 20:52:19 +00:00
|
|
|
k8s.io/api v0.24.3
|
|
|
|
k8s.io/apimachinery v0.24.3
|
|
|
|
k8s.io/client-go v0.24.3
|
2021-12-07 02:56:25 +00:00
|
|
|
k8s.io/cluster-bootstrap v0.0.0
|
2022-07-15 20:52:19 +00:00
|
|
|
k8s.io/component-base v0.24.3
|
2022-07-11 18:07:14 +00:00
|
|
|
k8s.io/klog/v2 v2.70.1
|
2022-07-15 21:34:53 +00:00
|
|
|
k8s.io/kubectl v0.24.3
|
2022-05-09 18:06:26 +00:00
|
|
|
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
|
2022-07-12 20:04:28 +00:00
|
|
|
libvirt.org/go/libvirt v1.8005.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
|
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
|
2022-06-13 18:01:42 +00:00
|
|
|
github.com/opencontainers/runc v1.1.3
|
2022-04-01 17:22:45 +00:00
|
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
|
|
|
|
)
|
2022-02-02 01:11:33 +00:00
|
|
|
|
2021-08-30 23:54:21 +00:00
|
|
|
require (
|
2022-06-27 18:11:11 +00:00
|
|
|
cloud.google.com/go v0.102.1 // indirect
|
2022-06-22 17:15:25 +00:00
|
|
|
cloud.google.com/go/compute v1.7.0 // indirect
|
2022-04-11 18:04:53 +00:00
|
|
|
cloud.google.com/go/iam v0.3.0 // indirect
|
2021-10-29 22:28:44 +00:00
|
|
|
cloud.google.com/go/monitoring v1.1.0 // indirect
|
2022-04-12 20:19:46 +00:00
|
|
|
cloud.google.com/go/trace v1.2.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
|
2022-08-02 22:54:21 +00:00
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.4 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
|
2022-06-08 21:23:20 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/VividCortex/ewma v1.1.1 // indirect
|
2022-03-22 19:01:54 +00:00
|
|
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
|
2021-11-30 00:46:18 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.38.49 // 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
|
2021-10-29 22:28:44 +00:00
|
|
|
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
|
2022-01-17 18:04:26 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/containerd/cgroups v1.0.1 // indirect
|
2021-11-17 23:39:27 +00:00
|
|
|
github.com/containerd/containerd v1.5.2 // indirect
|
2022-07-25 20:30:50 +00:00
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // 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
|
2022-07-25 20:30:50 +00:00
|
|
|
github.com/docker/cli v20.10.17+incompatible // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
2022-06-08 21:23:20 +00:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
|
2022-02-21 18:05:29 +00:00
|
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
2022-01-17 18:04:26 +00:00
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
2022-06-08 00:52:23 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.4 // 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
|
|
|
|
github.com/go-openapi/jsonreference v0.19.5 // indirect
|
|
|
|
github.com/go-openapi/swag v0.19.14 // 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
|
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
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
2022-06-22 17:15:25 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
|
2022-06-08 00:52:23 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/gookit/color v1.4.2 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2021-11-17 23:39:27 +00:00
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // 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-07-25 20:30:50 +00:00
|
|
|
github.com/klauspost/compress v1.15.8 // indirect
|
2021-11-03 00:45:05 +00:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
2022-04-18 18:05:05 +00:00
|
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
2022-01-17 18:04:26 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
2022-01-17 18:04:26 +00:00
|
|
|
github.com/miekg/dns v1.1.41 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
|
|
|
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
|
2022-06-08 18:38:28 +00:00
|
|
|
github.com/moby/sys/mountinfo v0.5.0 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // 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
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-06-08 21:23:20 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
|
2022-04-30 08:18:16 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
|
2022-06-08 00:52:23 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
|
2022-01-18 18:35:16 +00:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2022-04-25 18:05:16 +00:00
|
|
|
github.com/prometheus/prometheus v2.5.0+incompatible // 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
|
2022-04-18 18:05:05 +00:00
|
|
|
github.com/spf13/afero v1.8.2 // 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
|
2022-06-08 00:52:23 +00:00
|
|
|
github.com/subosito/gotenv v1.3.0 // indirect
|
2022-04-04 18:09:03 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.8 // indirect
|
2022-06-08 21:23:20 +00:00
|
|
|
github.com/vbatts/tar-split v0.11.2 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
2022-01-18 18:35:16 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
2022-06-10 20:41:07 +00:00
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
2022-02-21 18:05:29 +00:00
|
|
|
go.uber.org/zap v1.19.0 // indirect
|
2022-03-22 19:01:54 +00:00
|
|
|
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
|
2022-07-25 20:30:50 +00:00
|
|
|
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
2022-06-22 17:15:25 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-07-04 18:05:18 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
|
2022-06-08 20:24:54 +00:00
|
|
|
google.golang.org/grpc v1.47.0 // indirect
|
2022-04-11 18:04:53 +00:00
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2022-04-18 18:05:05 +00:00
|
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
2022-07-04 18:05:39 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-05-09 18:06:26 +00:00
|
|
|
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
|
|
|
|
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
|
2022-02-21 18:05:29 +00:00
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
|
2021-08-30 23:54:21 +00:00
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
|
|
)
|
|
|
|
|
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
|
2021-11-05 17:03:15 +00:00
|
|
|
github.com/docker/machine => github.com/machine-drivers/machine v0.7.1-0.20211105063445-78a84df85426
|
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
|
|
|
)
|