mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 10:00:06 +00:00
* Chore: bump helm to v3.7.0 Signed-off-by: qiaozp <chivalry.pp@gmail.com> * tidy Signed-off-by: qiaozp <chivalry.pp@gmail.com> * tidy Signed-off-by: qiaozp <chivalry.pp@gmail.com> * tidy without compat Signed-off-by: qiaozp <chivalry.pp@gmail.com>
292 lines
14 KiB
Modula-2
292 lines
14 KiB
Modula-2
module github.com/oam-dev/kubevela
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
cuelang.org/go v0.2.2
|
|
github.com/AlecAivazis/survey/v2 v2.1.1
|
|
github.com/FogDong/uitable v0.0.5
|
|
github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8
|
|
github.com/agiledragon/gomonkey/v2 v2.4.0
|
|
github.com/alibabacloud-go/cs-20151215/v2 v2.4.5
|
|
github.com/alibabacloud-go/darabonba-openapi v0.1.4
|
|
github.com/alibabacloud-go/tea v1.1.15
|
|
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
|
|
github.com/briandowns/spinner v1.11.1
|
|
github.com/containerd/containerd v1.5.4
|
|
github.com/coreos/go-oidc v2.1.0+incompatible
|
|
github.com/coreos/prometheus-operator v0.41.1
|
|
github.com/crossplane/crossplane-runtime v0.14.1-0.20210722005935-0b469fcc77cd
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/deckarep/golang-set v1.7.1
|
|
github.com/emicklei/go-restful-openapi/v2 v2.3.0
|
|
github.com/emicklei/go-restful/v3 v3.0.0-rc2
|
|
github.com/evanphx/json-patch v4.12.0+incompatible
|
|
github.com/fatih/color v1.12.0
|
|
github.com/form3tech-oss/jwt-go v3.2.3+incompatible
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/gertd/go-pluralize v0.1.7
|
|
github.com/getkin/kin-openapi v0.94.0
|
|
github.com/go-logr/logr v1.2.0
|
|
github.com/go-openapi/spec v0.19.8
|
|
github.com/go-playground/validator/v10 v10.9.0
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/google/go-github/v32 v32.1.0
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gosuri/uilive v0.0.4
|
|
github.com/gosuri/uitable v0.0.4
|
|
github.com/hashicorp/go-version v1.3.0
|
|
github.com/hashicorp/hcl/v2 v2.9.1
|
|
github.com/hinshun/vt10x v0.0.0-20180616224451-1954e6464174
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/kyokomi/emoji v2.2.4+incompatible
|
|
github.com/mitchellh/hashstructure/v2 v2.0.1
|
|
github.com/oam-dev/cluster-gateway v1.1.6
|
|
github.com/oam-dev/cluster-register v1.0.4-0.20220325092210-cee4a3d3fb7d
|
|
github.com/oam-dev/terraform-config-inspect v0.0.0-20210418082552-fc72d929aa28
|
|
github.com/oam-dev/terraform-controller v0.4.7
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.17.0
|
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
|
github.com/opencontainers/runc v1.0.3 // indirect
|
|
github.com/openkruise/kruise-api v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tidwall/gjson v1.9.3
|
|
github.com/wercker/stern v0.0.0-20190705090245-4fa46dd6987f
|
|
github.com/wonderflow/cert-manager-api v1.0.3
|
|
go.mongodb.org/mongo-driver v1.5.1
|
|
go.uber.org/zap v1.19.1
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
gotest.tools v2.2.0+incompatible
|
|
helm.sh/helm/v3 v3.7.0
|
|
istio.io/client-go v0.0.0-20210128182905-ee2edd059e02
|
|
k8s.io/api v0.23.6
|
|
k8s.io/apiextensions-apiserver v0.23.5
|
|
k8s.io/apimachinery v0.23.6
|
|
k8s.io/apiserver v0.23.6
|
|
k8s.io/cli-runtime v0.23.6
|
|
k8s.io/client-go v0.23.6
|
|
k8s.io/component-base v0.23.6
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/klog/v2 v2.30.0
|
|
k8s.io/kube-aggregator v0.22.1
|
|
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
|
|
k8s.io/kubectl v0.22.1
|
|
k8s.io/metrics v0.22.1
|
|
k8s.io/utils v0.0.0-20211116205334-6203023598ed
|
|
open-cluster-management.io/api v0.0.0-20210804091127-340467ff6239
|
|
sigs.k8s.io/controller-runtime v0.11.2
|
|
sigs.k8s.io/controller-tools v0.6.2
|
|
sigs.k8s.io/kind v0.9.0
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.81.0 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/BurntSushi/toml v0.4.1 // indirect
|
|
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
|
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
|
|
github.com/Masterminds/squirrel v1.5.0 // indirect
|
|
github.com/Microsoft/go-winio v0.4.17 // indirect
|
|
github.com/Microsoft/hcsshim v0.8.18 // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/agext/levenshtein v1.2.2 // indirect
|
|
github.com/alessio/shellescape v1.2.2 // indirect
|
|
github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68 // indirect
|
|
github.com/alibabacloud-go/endpoint-util v1.1.0 // indirect
|
|
github.com/alibabacloud-go/openapi-util v0.0.7 // indirect
|
|
github.com/alibabacloud-go/tea-utils v1.3.9 // indirect
|
|
github.com/aliyun/credentials-go v1.1.2 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
|
|
github.com/aws/aws-sdk-go v1.36.30 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
|
|
github.com/cockroachdb/apd/v2 v2.0.1 // indirect
|
|
github.com/containerd/continuity v0.1.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/creack/pty v1.1.11 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
|
|
github.com/docker/cli v20.10.7+incompatible // indirect
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
github.com/docker/docker v20.10.14+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.6.3 // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
|
|
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
|
|
github.com/emicklei/proto v1.6.15 // indirect
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
github.com/evanphx/json-patch/v5 v5.1.0 // indirect
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
|
|
github.com/fatih/camelcase v1.0.0
|
|
github.com/fvbommel/sortorder v1.0.1 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-errors/errors v1.0.1 // indirect
|
|
github.com/go-logr/zapr v1.2.0 // indirect
|
|
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/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/gobuffalo/flect v0.2.3 // indirect
|
|
github.com/gobwas/glob v0.2.3 // 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/golang/snappy v0.0.1 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/jmoiron/sqlx v1.3.1 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
|
github.com/klauspost/compress v1.11.13 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lib/pq v1.10.0 // indirect
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
|
|
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
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.3 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.28.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc // indirect
|
|
github.com/russross/blackfriday v1.5.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/src-d/gcfg v1.4.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tjfoc/gmsm v1.3.2 // indirect
|
|
github.com/xanzy/go-gitlab v0.60.0
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.0.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.2 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
|
github.com/zclconf/go-cty v1.8.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
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
|
|
google.golang.org/grpc v1.40.0 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/gorp.v1 v1.7.2 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
istio.io/api v0.0.0-20210128181506-0c4b8e54850f // indirect
|
|
istio.io/gogo-genproto v0.0.0-20190930162913-45029607206a // indirect
|
|
oras.land/oras-go v0.4.0 // indirect
|
|
sigs.k8s.io/apiserver-network-proxy v0.0.24 // indirect
|
|
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30 // indirect
|
|
sigs.k8s.io/apiserver-runtime v1.0.3-0.20210913073608-0663f60bfee2 // indirect
|
|
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
|
|
sigs.k8s.io/kustomize/api v0.10.1 // indirect
|
|
sigs.k8s.io/kustomize/kyaml v0.13.0 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
|
|
)
|
|
|
|
replace (
|
|
github.com/docker/cli => github.com/docker/cli v20.10.9+incompatible
|
|
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
|
|
github.com/wercker/stern => github.com/oam-dev/stern v1.13.2
|
|
sigs.k8s.io/apiserver-network-proxy/konnectivity-client => sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.24
|
|
)
|