mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Add integration tests highlighting our expectations * Bump Devfile library to latest commitf041d79870* Expose preference that allows users to globally configure an image registry * Return the effective Devfile view by default from the initial context This is supposed to be read-only, so that tools can rely on it and to the operations they need to perform right away. Raw Devfile objects can still be obtained upon request if there is need to update them (for example via 'odo add/remove binding' commands. * Pass the image registry preference to the Devfile parser to build the effective view * Fix 'odo init' integration tests - The test spec was actually not doing what it was supposed to do - Now 'odo init' returns a complete Devfile, where the parent is flattened, because the goal of 'odo init' is to bootstrap a Devfile. Previously, 'odo init' would not download the parent referenced, making it hard to understand the resulting Devfile. * Document how odo now handles relative image names as selectors * fixup! Document how odo now handles relative image names as selectors Co-authored-by: Philippe Martin <phmartin@redhat.com> * Revert "Fix 'odo init' integration tests" This reverts commit78868b03fd. Co-authored-by: Philippe Martin <phmartin@redhat.com> * Do not make `odo init` return an effective Devfile as a result This would change the behavior of `odo init`. Furthermore, due to an issue [1] in the Devfile library, it is not possible to parse some Devfiles with parents linked as GitHub URLs (like GitHub release artifacts). [1] https://github.com/devfile/api/issues/1119 Co-authored-by: Philippe Martin <phmartin@redhat.com> * fixup! Document how odo now handles relative image names as selectors --------- Co-authored-by: Philippe Martin <phmartin@redhat.com>
215 lines
10 KiB
Modula-2
215 lines
10 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.5
|
|
github.com/Xuanwo/go-locale v1.1.0
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/devfile/api/v2 v2.2.1-alpha.0.20230413012049-a6c32fca0dbd
|
|
github.com/devfile/library/v2 v2.2.1-0.20230515084048-f041d798707c
|
|
github.com/devfile/registry-support/index/generator v0.0.0-20230322155332-33914affc83b
|
|
github.com/devfile/registry-support/registry-library v0.0.0-20221201200738-19293ac0b8ab
|
|
github.com/fatih/color v1.14.1
|
|
github.com/frapposelli/wwhrd v0.4.0
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-git/go-git/v5 v5.6.1
|
|
github.com/go-openapi/jsonpointer v0.19.6
|
|
github.com/go-openapi/jsonreference v0.20.2
|
|
github.com/go-openapi/spec v0.20.8
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/jedib0t/go-pretty/v6 v6.4.3
|
|
github.com/kubernetes-sigs/service-catalog v0.3.1
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/ginkgo/v2 v2.8.0
|
|
github.com/onsi/gomega v1.26.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.3
|
|
github.com/operator-framework/operator-lifecycle-manager v0.21.2
|
|
github.com/pborman/uuid v1.2.1
|
|
github.com/posener/complete v1.2.3
|
|
github.com/redhat-developer/alizer/go v0.0.0-20230331140053-a1115da45e0c
|
|
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.15.0
|
|
github.com/segmentio/backo-go v1.0.1-0.20200129164019-23eae7c10bd3
|
|
github.com/sethvargo/go-envconfig v0.9.0
|
|
github.com/spf13/afero v1.6.0
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tidwall/gjson v1.14.4
|
|
github.com/zalando/go-keyring v0.2.1
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.5.0
|
|
golang.org/x/term v0.5.0
|
|
golang.org/x/text v0.7.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.26.1
|
|
k8s.io/apiextensions-apiserver v0.26.1
|
|
k8s.io/apimachinery v0.26.1
|
|
k8s.io/cli-runtime v0.24.0
|
|
k8s.io/client-go v0.26.1
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/klog/v2 v2.80.1
|
|
k8s.io/kubectl v0.24.0
|
|
k8s.io/pod-security-admission v0.26.1
|
|
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
|
|
sigs.k8s.io/controller-runtime v0.14.4
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
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/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.0 // indirect
|
|
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
|
|
github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2 // indirect
|
|
github.com/acomagu/bufpipe v1.0.4 // 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/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
|
|
github.com/cloudflare/circl v1.3.1 // indirect
|
|
github.com/containerd/containerd v1.6.3-0.20220401172941-5ff8fce1fcc6 // indirect
|
|
github.com/containerd/typeurl v1.0.2 // indirect
|
|
github.com/creack/pty v1.1.17 // indirect
|
|
github.com/danieljoos/wincred v1.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/distribution/distribution/v3 v3.0.0-20211118083504-a29a3c99a684 // indirect
|
|
github.com/docker/cli v20.10.13+incompatible // indirect
|
|
github.com/docker/distribution v2.8.2+incompatible // indirect
|
|
github.com/docker/docker v20.10.24+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.6.4 // 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/emicklei/dot v0.15.0 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.9.0 // 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/go-errors/errors v1.0.1 // indirect
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
github.com/go-git/go-billy/v5 v5.4.1 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.6 // 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/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/google/uuid v1.3.0 // indirect
|
|
github.com/gookit/color v1.5.2 // indirect
|
|
github.com/gorilla/mux v1.8.0 // 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.4.0 // indirect
|
|
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // 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.15.1 // 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.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2 // 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.10.6 // indirect
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // 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/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // 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.0 // indirect
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/russross/blackfriday v1.5.2 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/skeema/knownhosts v1.1.0 // indirect
|
|
github.com/stretchr/testify v1.8.1 // 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.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
golang.org/x/tools v0.5.0 // indirect
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
|
|
google.golang.org/grpc v1.49.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
k8s.io/apiserver v0.26.1 // indirect
|
|
k8s.io/component-base v0.26.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
|
|
oras.land/oras-go v1.1.0 // indirect
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // 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
|