-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update defaults tags to 7.11.0 Signed-off-by: Anatoliy Bazko <[email protected]> * Update nightly olm files Signed-off-by: Anatoliy Bazko <[email protected]> * Release OLM files to 7.11.0 Signed-off-by: Anatoliy Bazko <[email protected]> * Fix olm.sh Signed-off-by: Anatoliy Bazko <[email protected]> * Minor fixes of the release process Signed-off-by: Anatoliy Bazko <[email protected]>
- Loading branch information
Showing
27 changed files
with
4,664 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
module github.com/eclipse/che-operator | ||
|
||
go 1.12 | ||
|
||
require ( | ||
cloud.google.com/go v0.34.0 | ||
github.com/PuerkitoBio/purell v1.1.0 | ||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 | ||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf | ||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 | ||
github.com/emicklei/go-restful v2.8.0+incompatible | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-logr/logr v0.1.0 | ||
github.com/go-logr/zapr v0.1.0 | ||
github.com/go-openapi/jsonpointer v0.0.0-20180322222829-3a0015ad55fa | ||
github.com/go-openapi/jsonreference v0.0.0-20180322222742-3fb327e6747d | ||
github.com/go-openapi/spec v0.0.0-20180801175345-384415f06ee2 | ||
github.com/go-openapi/swag v0.0.0-20180715190254-becd2f08beaf | ||
github.com/gogo/protobuf v1.2.0 | ||
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c | ||
github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/google/btree v1.0.0 | ||
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 | ||
github.com/google/uuid v1.1.0 | ||
github.com/googleapis/gnostic v0.2.0 | ||
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 | ||
github.com/hashicorp/golang-lru v0.5.0 | ||
github.com/imdario/mergo v0.3.6 | ||
github.com/json-iterator/go v1.1.5 | ||
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 | ||
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | ||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 | ||
github.com/openshift/api v0.0.0-20190907160150-763878ba9fae | ||
github.com/operator-framework/operator-sdk v0.5.0 | ||
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 | ||
github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c | ||
github.com/peterbourgon/diskv v2.0.1+incompatible | ||
github.com/prometheus/client_golang v0.9.2 | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 | ||
github.com/prometheus/common v0.0.0-20190304134840-bf857faf2086 | ||
github.com/prometheus/procfs v0.0.0-20190225181712-6ed1f7e10411 | ||
github.com/sirupsen/logrus v1.2.0 | ||
github.com/spf13/pflag v1.0.3 | ||
go.uber.org/atomic v1.3.2 | ||
go.uber.org/multierr v1.1.0 | ||
go.uber.org/zap v1.9.1 | ||
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc | ||
golang.org/x/net v0.0.0-20190107210223-45ffb0cd1ba0 | ||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 | ||
golang.org/x/sys v0.0.0-20190107173414-20be8e55dc7b | ||
golang.org/x/text v0.3.0 | ||
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c | ||
golang.org/x/tools v0.0.0-20190107155254-e063def13b29 | ||
google.golang.org/appengine v1.4.0 | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/inf.v0 v0.9.0 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
k8s.io/api v0.0.0-20181126151915-b503174bad59 | ||
k8s.io/apimachinery v0.0.0-20181126123746-eddba98df674 | ||
k8s.io/client-go v0.0.0-20181126152608-d082d5923d3c | ||
k8s.io/code-generator v0.0.0-20180823001027-3dcf91f64f63 | ||
k8s.io/gengo v0.0.0-20181113154421-fd15ee9cc2f7 | ||
k8s.io/klog v0.1.0 | ||
k8s.io/kube-openapi v0.0.0-20181114233023-0317810137be | ||
sigs.k8s.io/controller-runtime v0.1.8 | ||
) |
Oops, something went wrong.