|
1 | 1 | module github.com/openkruise/kruise-tools |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect |
7 | | - github.com/coreos/go-etcd v2.0.0+incompatible // indirect |
8 | | - github.com/cpuguy83/go-md2man v1.0.10 // indirect |
9 | | - github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 // indirect |
10 | | - github.com/go-errors/errors v1.0.1 // indirect |
11 | | - github.com/go-openapi/validate v0.19.5 // indirect |
12 | | - github.com/hashicorp/golang-lru v0.5.4 // indirect |
| 6 | + github.com/go-errors/errors v1.0.1 |
13 | 7 | github.com/lithammer/dedent v1.1.0 |
14 | | - github.com/mitchellh/go-homedir v1.1.0 // indirect |
15 | | - github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 |
16 | | - github.com/openkruise/kruise-api v1.0.0 |
17 | | - github.com/openkruise/rollouts v0.1.0 |
18 | | - github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect |
| 8 | + github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 |
| 9 | + github.com/openkruise/kruise-api v1.5.0 |
| 10 | + github.com/openkruise/kruise-rollout-api v0.4.1 |
19 | 11 | github.com/spf13/cobra v1.4.0 |
20 | 12 | github.com/spf13/pflag v1.0.5 |
21 | | - github.com/spf13/viper v1.7.0 // indirect |
22 | | - github.com/stretchr/testify v1.7.0 |
23 | | - github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect |
24 | | - github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect |
25 | | - go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 // indirect |
26 | | - gotest.tools v2.2.0+incompatible // indirect |
27 | | - k8s.io/api v0.22.6 |
28 | | - k8s.io/apimachinery v0.22.6 |
29 | | - k8s.io/cli-runtime v0.22.6 |
30 | | - k8s.io/client-go v0.22.6 |
31 | | - k8s.io/component-base v0.22.6 |
32 | | - k8s.io/klog v1.0.0 // indirect |
33 | | - k8s.io/klog/v2 v2.9.0 |
34 | | - k8s.io/kubectl v0.21.6 |
35 | | - k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect |
36 | | - sigs.k8s.io/controller-runtime v0.10.3 |
37 | | - sigs.k8s.io/kustomize/api v0.8.11 // indirect |
38 | | - sigs.k8s.io/kustomize/kyaml v0.11.0 // indirect |
39 | | - sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect |
| 13 | + github.com/stretchr/testify v1.8.0 |
| 14 | + k8s.io/api v0.24.16 |
| 15 | + k8s.io/apimachinery v0.24.16 |
| 16 | + k8s.io/cli-runtime v0.24.0 |
| 17 | + k8s.io/client-go v0.24.0 |
| 18 | + k8s.io/component-base v0.24.0 |
| 19 | + k8s.io/klog/v2 v2.80.1 |
| 20 | + k8s.io/kubectl v0.24.0 |
| 21 | + k8s.io/utils v0.0.0-20221107191617-1a15be271d1d |
| 22 | + sigs.k8s.io/controller-runtime v0.11.0 |
| 23 | + sigs.k8s.io/kustomize/api v0.11.4 |
| 24 | + sigs.k8s.io/kustomize/kyaml v0.13.6 |
40 | 25 | ) |
41 | 26 |
|
42 | | -// Replace to match K8s 1.20.12 |
43 | | -replace ( |
44 | | - k8s.io/api => k8s.io/api v0.22.6 |
45 | | - k8s.io/apimachinery => k8s.io/apimachinery v0.22.6 |
46 | | - k8s.io/cli-runtime => k8s.io/cli-runtime v0.22.6 |
47 | | - k8s.io/client-go => k8s.io/client-go v0.22.6 |
48 | | - k8s.io/code-generator => k8s.io/code-generator v0.22.6 |
49 | | - k8s.io/component-base => k8s.io/component-base v0.22.6 |
50 | | - k8s.io/component-helpers => k8s.io/component-helpers v0.22.6 |
51 | | - k8s.io/kubectl => k8s.io/kubectl v0.22.6 |
52 | | - k8s.io/metrics => k8s.io/metrics v0.22.6 |
| 27 | +require ( |
| 28 | + cloud.google.com/go v0.81.0 // indirect |
| 29 | + github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
| 30 | + github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 31 | + github.com/Azure/go-autorest/autorest v0.11.18 // indirect |
| 32 | + github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect |
| 33 | + github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| 34 | + github.com/Azure/go-autorest/logger v0.2.1 // indirect |
| 35 | + github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| 36 | + github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect |
| 37 | + github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect |
| 38 | + github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect |
| 39 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 40 | + github.com/emicklei/go-restful v2.9.5+incompatible // indirect |
| 41 | + github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
| 42 | + github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect |
| 43 | + github.com/fatih/camelcase v1.0.0 // indirect |
| 44 | + github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect |
| 45 | + github.com/fvbommel/sortorder v1.0.1 // indirect |
| 46 | + github.com/go-logr/logr v1.2.3 // indirect |
| 47 | + github.com/go-openapi/jsonpointer v0.19.5 // indirect |
| 48 | + github.com/go-openapi/jsonreference v0.20.0 // indirect |
| 49 | + github.com/go-openapi/spec v0.19.5 // indirect |
| 50 | + github.com/go-openapi/swag v0.19.14 // indirect |
| 51 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 52 | + github.com/golang/protobuf v1.5.2 // indirect |
| 53 | + github.com/google/btree v1.0.1 // indirect |
| 54 | + github.com/google/gnostic v0.5.7-v3refs // indirect |
| 55 | + github.com/google/go-cmp v0.5.9 // indirect |
| 56 | + github.com/google/gofuzz v1.1.0 // indirect |
| 57 | + github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
| 58 | + github.com/google/uuid v1.3.0 // indirect |
| 59 | + github.com/googleapis/gnostic v0.5.5 // indirect |
| 60 | + github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect |
| 61 | + github.com/imdario/mergo v0.3.12 // indirect |
| 62 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 63 | + github.com/jonboulle/clockwork v0.2.2 // indirect |
| 64 | + github.com/josharian/intern v1.0.0 // indirect |
| 65 | + github.com/json-iterator/go v1.1.12 // indirect |
| 66 | + github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect |
| 67 | + github.com/mailru/easyjson v0.7.6 // indirect |
| 68 | + github.com/mitchellh/go-wordwrap v1.0.0 // indirect |
| 69 | + github.com/mitchellh/mapstructure v1.4.1 // indirect |
| 70 | + github.com/moby/spdystream v0.2.0 // indirect |
| 71 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 72 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 73 | + github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect |
| 74 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 75 | + github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| 76 | + github.com/pkg/errors v0.9.1 // indirect |
| 77 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 78 | + github.com/russross/blackfriday v1.5.2 // indirect |
| 79 | + github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect |
| 80 | + go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect |
| 81 | + golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect |
| 82 | + golang.org/x/net v0.8.0 // indirect |
| 83 | + golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect |
| 84 | + golang.org/x/sys v0.6.0 // indirect |
| 85 | + golang.org/x/term v0.6.0 // indirect |
| 86 | + golang.org/x/text v0.8.0 // indirect |
| 87 | + golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect |
| 88 | + google.golang.org/appengine v1.6.7 // indirect |
| 89 | + google.golang.org/protobuf v1.28.1 // indirect |
| 90 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 91 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 92 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 93 | + k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect |
| 94 | + sigs.k8s.io/gateway-api v0.4.3 // indirect |
| 95 | + sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect |
| 96 | + sigs.k8s.io/kustomize/kustomize/v4 v4.5.4 // indirect |
| 97 | + sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
| 98 | + sigs.k8s.io/yaml v1.3.0 // indirect |
53 | 99 | ) |
0 commit comments