mirror of https://github.com/rancher/cli.git
98 lines
4.1 KiB
Modula-2
98 lines
4.1 KiB
Modula-2
module github.com/rancher/cli
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.7
|
|
|
|
replace (
|
|
k8s.io/apiserver => k8s.io/apiserver v0.34.1
|
|
k8s.io/client-go => k8s.io/client-go v0.34.1
|
|
k8s.io/component-base => k8s.io/component-base v0.34.1
|
|
k8s.io/kubernetes => k8s.io/kubernetes v1.34.1
|
|
)
|
|
|
|
require (
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
|
|
github.com/rancher/norman v0.7.1
|
|
github.com/rancher/rancher/pkg/apis v0.0.0-20251021175546-d963555ab77f
|
|
github.com/rancher/rancher/pkg/client v0.0.0-20251021175546-d963555ab77f
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/tidwall/gjson v1.17.0
|
|
github.com/urfave/cli v1.22.14
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
|
|
golang.org/x/oauth2 v0.32.0
|
|
golang.org/x/sync v0.17.0
|
|
golang.org/x/term v0.36.0
|
|
golang.org/x/text v0.30.0
|
|
k8s.io/client-go v12.0.0+incompatible
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.21.0 // indirect
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/google/gnostic-models v0.7.0 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/prometheus/client_golang v1.22.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.62.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/rancher/aks-operator v1.13.0-rc.1 // indirect
|
|
github.com/rancher/ali-operator v0.0.3-0.20251001142421-ca64da576db5 // indirect
|
|
github.com/rancher/eks-operator v1.13.0-rc.1 // indirect
|
|
github.com/rancher/fleet/pkg/apis v0.14.0-beta.1 // indirect
|
|
github.com/rancher/gke-operator v1.13.0-rc.1 // indirect
|
|
github.com/rancher/lasso v0.2.5 // indirect
|
|
github.com/rancher/rke v1.8.0-rc.4 // indirect
|
|
github.com/rancher/wrangler/v3 v3.3.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
go.opentelemetry.io/otel v1.37.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.37.0 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/net v0.46.0 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
golang.org/x/time v0.13.0 // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/api v0.34.1 // indirect
|
|
k8s.io/apimachinery v0.34.1 // indirect
|
|
k8s.io/apiserver v0.34.1 // indirect
|
|
k8s.io/component-base v0.34.1 // indirect
|
|
k8s.io/klog/v2 v2.130.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
|
|
k8s.io/kubernetes v1.34.1 // indirect
|
|
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
|
|
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
|
|
sigs.k8s.io/randfill v1.0.0 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
|
|
sigs.k8s.io/yaml v1.6.0 // indirect
|
|
)
|