mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
252 lines
12 KiB
Modula-2
252 lines
12 KiB
Modula-2
module github.com/redhat-developer/odo
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ActiveState/termtest v0.7.2
|
|
github.com/ActiveState/termtest/expect v0.7.0
|
|
github.com/AlecAivazis/survey/v2 v2.3.7
|
|
github.com/Xuanwo/go-locale v1.1.0
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/devfile/alizer v1.3.1
|
|
github.com/devfile/api/v2 v2.2.2
|
|
github.com/devfile/library/v2 v2.2.2
|
|
github.com/devfile/registry-support/index/generator v0.0.0-20240311135803-6215550f93d4
|
|
github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce
|
|
github.com/fatih/color v1.16.0
|
|
github.com/feloy/devfile-lifecycle v0.0.0-20230703133341-1c1589018778
|
|
github.com/frapposelli/wwhrd v0.4.0
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/go-git/go-git/v5 v5.11.0
|
|
github.com/go-openapi/jsonpointer v0.20.2
|
|
github.com/go-openapi/jsonreference v0.20.4
|
|
github.com/go-openapi/spec v0.20.14
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/jedib0t/go-pretty/v6 v6.4.7
|
|
github.com/kubernetes-sigs/service-catalog v0.3.1
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/ginkgo/v2 v2.13.0
|
|
github.com/onsi/gomega v1.30.0
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.1.0
|
|
github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
|
|
github.com/openshift/client-go v0.0.0-20220603133046-984ee5ebedcf
|
|
github.com/openshift/oc v0.0.0-alpha.0.0.20220402064836-f1f09a392fd1
|
|
github.com/operator-framework/api v0.17.7
|
|
github.com/operator-framework/operator-lifecycle-manager v0.21.2
|
|
github.com/posener/complete v1.2.3
|
|
github.com/redhat-developer/service-binding-operator v1.0.1-0.20211222115357-5b7bbba3bfb3
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
|
github.com/securego/gosec/v2 v2.18.2
|
|
github.com/segmentio/backo-go v1.0.1
|
|
github.com/sethvargo/go-envconfig v1.0.0
|
|
github.com/spf13/afero v1.11.0
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tidwall/gjson v1.17.0
|
|
github.com/zalando/go-keyring v0.2.3
|
|
golang.org/x/sync v0.6.0
|
|
golang.org/x/sys v0.18.0
|
|
golang.org/x/term v0.18.0
|
|
golang.org/x/text v0.14.0
|
|
gopkg.in/AlecAivazis/survey.v1 v1.8.8
|
|
gopkg.in/segmentio/analytics-go.v3 v3.0.0-00010101000000-000000000000
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
k8s.io/api v0.27.2
|
|
k8s.io/apiextensions-apiserver v0.27.2
|
|
k8s.io/apimachinery v0.27.3
|
|
k8s.io/cli-runtime v0.24.0
|
|
k8s.io/client-go v0.27.2
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/klog/v2 v2.100.1
|
|
k8s.io/kubectl v0.24.0
|
|
k8s.io/pod-security-admission v0.26.10
|
|
k8s.io/utils v0.0.0-20230505201702-9f6742963106
|
|
sigs.k8s.io/controller-runtime v0.15.0
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
github.com/ActiveState/termtest/conpty v0.5.0 // indirect
|
|
github.com/ActiveState/termtest/xpty v0.6.0 // indirect
|
|
github.com/ActiveState/vt10x v1.3.1 // indirect
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
|
github.com/Microsoft/hcsshim v0.11.4 // indirect
|
|
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
|
|
github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2 // indirect
|
|
github.com/alessio/shellescape v1.4.1 // indirect
|
|
github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5 // indirect
|
|
github.com/apcera/gssapi v0.0.0-00010101000000-000000000000 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/ccojocar/zxcvbn-go v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
github.com/containerd/containerd v1.7.13 // indirect
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
github.com/containerd/typeurl/v2 v2.1.1 // indirect
|
|
github.com/creack/pty v1.1.18 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
|
github.com/danieljoos/wincred v1.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 // indirect
|
|
github.com/distribution/reference v0.5.0 // indirect
|
|
github.com/docker/cli v25.0.1+incompatible // indirect
|
|
github.com/docker/distribution v2.8.3+incompatible // indirect
|
|
github.com/docker/docker v25.0.1+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
|
github.com/docker/go-connections v0.5.0 // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/emicklei/dot v0.15.0 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-errors/errors v1.0.1 // indirect
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
github.com/go-git/go-billy/v5 v5.5.0 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-logr/zapr v1.2.4 // indirect
|
|
github.com/go-openapi/swag v0.22.6 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // 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.4 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/licensecheck v0.3.1 // indirect
|
|
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02 // indirect
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jessevdk/go-flags v1.5.0 // 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 v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.17.7 // indirect
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
github.com/moby/buildkit v0.12.5 // indirect
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // 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/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/openshift/library-go v0.0.0-20220210170159-18f172cff934 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pjbgf/sha1cd v0.3.0 // 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.15.1 // indirect
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/russross/blackfriday v1.6.0 // indirect
|
|
github.com/sergi/go-diff v1.3.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/skeema/knownhosts v1.2.1 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // 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/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
|
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
golang.org/x/mod v0.16.0 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/oauth2 v0.16.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
golang.org/x/tools v0.19.0 // indirect
|
|
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect
|
|
google.golang.org/grpc v1.62.1 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
k8s.io/apiserver v0.27.2 // indirect
|
|
k8s.io/component-base v0.27.2 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
|
|
oras.land/oras-go v1.2.5 // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/kustomize/api v0.11.4 // indirect
|
|
sigs.k8s.io/kustomize/kyaml v0.13.6 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
)
|
|
|
|
replace gopkg.in/segmentio/analytics-go.v3 => github.com/segmentio/analytics-go/v3 v3.2.1
|
|
|
|
replace github.com/apcera/gssapi => github.com/openshift/gssapi v0.0.0-20161010215902-5fb4217df13b
|
|
|
|
// We are pinning the versions here because bumping Alizer bumped these packages to upper versions,
|
|
// which were not compatible with the Service Binding Operator (SBO) version at this time.
|
|
// Example error: *ServiceBinding does not implement admission.Validator (wrong type for ValidateCreate method)
|
|
// But we don't want to update SBO libraries at this time, as SBO is currently in maintenance mode only.
|
|
// TODO(rm3l): remove these when we remove support for SBO.
|
|
replace (
|
|
k8s.io/api => k8s.io/api v0.26.1
|
|
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.1
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.26.1
|
|
k8s.io/client-go => k8s.io/client-go v0.26.1
|
|
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.14.4
|
|
)
|
|
|
|
replace (
|
|
github.com/docker/cli => github.com/docker/cli v20.10.13+incompatible
|
|
github.com/docker/docker => github.com/docker/docker v20.10.24+incompatible
|
|
)
|
|
|
|
replace oras.land/oras-go => oras.land/oras-go v1.1.0
|