2019-08-19 17:52:07 +00:00
|
|
|
module github.com/rancher/rke
|
|
|
|
|
2022-11-04 05:14:08 +00:00
|
|
|
go 1.19
|
2019-08-19 17:52:07 +00:00
|
|
|
|
2019-09-26 02:31:01 +00:00
|
|
|
replace (
|
2019-12-11 20:53:38 +00:00
|
|
|
github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20190514055449-b30ab9de040e
|
2022-11-04 05:14:08 +00:00
|
|
|
k8s.io/client-go => k8s.io/client-go v0.25.3
|
2022-03-19 16:36:56 +00:00
|
|
|
sigs.k8s.io/json => sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2
|
2019-09-26 02:31:01 +00:00
|
|
|
)
|
2019-07-05 04:22:55 +00:00
|
|
|
|
2019-08-19 17:52:07 +00:00
|
|
|
require (
|
2021-04-29 21:07:38 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
2020-06-26 07:35:32 +00:00
|
|
|
github.com/apparentlymart/go-cidr v1.0.1
|
2020-10-05 03:15:57 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.38.65
|
2019-09-26 02:31:01 +00:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2019-08-19 17:52:07 +00:00
|
|
|
github.com/coreos/go-semver v0.3.0
|
2022-04-12 21:50:36 +00:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible
|
|
|
|
github.com/docker/docker v20.10.14+incompatible
|
2020-03-03 17:08:30 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2019-10-03 01:56:39 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-02-13 22:47:04 +00:00
|
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible
|
2019-08-19 17:52:07 +00:00
|
|
|
github.com/go-ini/ini v1.37.0
|
2021-04-29 21:07:38 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.8
|
2019-08-19 17:52:07 +00:00
|
|
|
github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa
|
2020-05-20 18:30:18 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-11-04 05:14:08 +00:00
|
|
|
github.com/rancher/norman v0.0.0-20220719193118-e21cabdc65b9
|
2021-11-08 17:49:43 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-11-04 05:14:08 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-07-19 12:36:49 +00:00
|
|
|
github.com/urfave/cli v1.22.2
|
2022-11-04 05:14:08 +00:00
|
|
|
go.etcd.io/etcd/client/v2 v2.305.4
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.4
|
2022-04-21 11:36:39 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
2022-11-04 05:14:08 +00:00
|
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
2022-07-19 12:36:49 +00:00
|
|
|
google.golang.org/grpc v1.48.0
|
2021-04-29 21:07:38 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2022-11-04 05:14:08 +00:00
|
|
|
k8s.io/api v0.25.3
|
|
|
|
k8s.io/apimachinery v0.25.3
|
|
|
|
k8s.io/apiserver v0.25.3
|
|
|
|
k8s.io/client-go v0.25.3
|
2022-06-29 00:11:04 +00:00
|
|
|
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185
|
2022-11-04 05:14:08 +00:00
|
|
|
k8s.io/kubectl v0.25.3
|
2022-10-31 19:48:44 +00:00
|
|
|
k8s.io/kubernetes v1.13.0
|
2022-11-02 05:05:35 +00:00
|
|
|
k8s.io/pod-security-admission v0.25.3
|
2020-03-27 17:46:20 +00:00
|
|
|
sigs.k8s.io/yaml v1.2.0
|
2019-08-19 17:52:07 +00:00
|
|
|
)
|
2022-02-09 00:16:16 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
2022-07-19 12:36:49 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
|
|
github.com/Microsoft/hcsshim v0.9.3 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
github.com/chai2010/gettext-go v1.0.2 // indirect
|
2022-07-19 12:36:49 +00:00
|
|
|
github.com/containerd/cgroups v1.0.4 // indirect
|
|
|
|
github.com/containerd/containerd v1.5.13 // indirect
|
|
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
2022-07-19 12:36:49 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
|
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
|
|
|
|
github.com/go-errors/errors v1.0.1 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
2022-02-09 00:16:16 +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
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2022-07-19 12:36:49 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
|
|
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
|
|
|
|
github.com/huandu/xstrings v1.3.1 // indirect
|
2022-07-19 12:36:49 +00:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
2022-07-19 12:36:49 +00:00
|
|
|
github.com/moby/sys/mountinfo v0.6.2 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2022-04-12 21:50:36 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
2022-07-19 12:36:49 +00:00
|
|
|
github.com/opencontainers/runc v1.1.3 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
github.com/rancher/lasso v0.0.0-20220519004610-700f167d8324 // indirect
|
2022-04-21 09:08:14 +00:00
|
|
|
github.com/rancher/wrangler v0.6.2-0.20200820173016-2068de651106 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/russross/blackfriday v1.5.2 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
github.com/spf13/cobra v1.4.0 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
github.com/xlab/treeprint v1.1.0 // indirect
|
|
|
|
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
|
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.19.0 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-06-29 00:11:04 +00:00
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
golang.org/x/tools v0.1.12 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-07-19 12:36:49 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-07-19 12:36:49 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-11-04 05:14:08 +00:00
|
|
|
k8s.io/cli-runtime v0.25.3 // indirect
|
|
|
|
k8s.io/component-base v0.25.3 // indirect
|
|
|
|
k8s.io/klog/v2 v2.70.1 // indirect
|
|
|
|
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
|
|
|
|
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
|
|
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
|
|
sigs.k8s.io/kustomize/api v0.12.1 // indirect
|
|
|
|
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
2022-02-09 00:16:16 +00:00
|
|
|
)
|