mirror of
https://github.com/rancher/rke.git
synced 2025-08-31 06:34:03 +00:00
Revert "Merge pull request #3118 from jiaqiluo/support-125"
This reverts commit824de4a3f7
, reversing changes made to82e8b4fe41
.
This commit is contained in:
26
go.mod
26
go.mod
@@ -4,7 +4,7 @@ go 1.19
|
||||
|
||||
replace (
|
||||
github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20190514055449-b30ab9de040e
|
||||
k8s.io/client-go => k8s.io/client-go v0.25.4
|
||||
k8s.io/client-go => k8s.io/client-go v0.25.3
|
||||
sigs.k8s.io/json => sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2
|
||||
)
|
||||
|
||||
@@ -23,7 +23,7 @@ require (
|
||||
github.com/mattn/go-colorable v0.1.8
|
||||
github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/rancher/norman v0.0.0-20221205184727-32ef2e185b99
|
||||
github.com/rancher/norman v0.0.0-20220719193118-e21cabdc65b9
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/stretchr/testify v1.8.0
|
||||
github.com/urfave/cli v1.22.2
|
||||
@@ -33,15 +33,15 @@ require (
|
||||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
||||
google.golang.org/grpc v1.48.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
k8s.io/api v0.25.4
|
||||
k8s.io/apimachinery v0.25.4
|
||||
k8s.io/apiserver v0.25.4
|
||||
k8s.io/client-go v0.25.4
|
||||
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
|
||||
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185
|
||||
k8s.io/kubectl v0.25.4
|
||||
k8s.io/kubectl v0.25.3
|
||||
k8s.io/kubernetes v1.13.0
|
||||
k8s.io/pod-security-admission v0.25.4
|
||||
sigs.k8s.io/yaml v1.3.0
|
||||
k8s.io/pod-security-admission v0.25.3
|
||||
sigs.k8s.io/yaml v1.2.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -112,8 +112,8 @@ require (
|
||||
github.com/prometheus/client_model v0.2.0 // indirect
|
||||
github.com/prometheus/common v0.32.1 // indirect
|
||||
github.com/prometheus/procfs v0.7.3 // indirect
|
||||
github.com/rancher/lasso v0.0.0-20221202205459-e7138f16489c // indirect
|
||||
github.com/rancher/wrangler v1.0.1-0.20221202234327-1cafffeaa9a1 // indirect
|
||||
github.com/rancher/lasso v0.0.0-20220519004610-700f167d8324 // indirect
|
||||
github.com/rancher/wrangler v0.6.2-0.20200820173016-2068de651106 // indirect
|
||||
github.com/russross/blackfriday v1.5.2 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/shopspring/decimal v1.2.0 // indirect
|
||||
@@ -143,8 +143,8 @@ require (
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
k8s.io/cli-runtime v0.25.4 // indirect
|
||||
k8s.io/component-base v0.25.4 // indirect
|
||||
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
|
||||
|
Reference in New Issue
Block a user