module github.com/banzaicloud/backyards-cli go 1.13 require ( emperror.dev/errors v0.7.0 github.com/AlecAivazis/survey/v2 v2.0.2 github.com/MakeNowJust/heredoc v1.0.0 github.com/banzaicloud/backyards v0.0.0-20200911080314-93ff5a7415e2 github.com/banzaicloud/backyards-cli/pkg/logur/adapter-logr v0.0.0 github.com/banzaicloud/backyards/services/operator v0.0.0-20200911080314-93ff5a7415e2 github.com/banzaicloud/backyards/services/operator/static v0.0.1 github.com/banzaicloud/istio-client-go v0.0.9 github.com/banzaicloud/istio-operator v0.0.0-20200822192605-eaecb4c838d9 github.com/banzaicloud/k8s-objectmatcher v1.4.0 github.com/banzaicloud/operator-tools v0.10.5-0.20200814105818-1d8a80378d2d github.com/envoyproxy/go-control-plane v0.9.4 github.com/fatih/color v1.9.0 github.com/go-logr/logr v0.1.0 github.com/gogo/protobuf v1.3.1 github.com/golang/protobuf v1.4.2 github.com/gorilla/websocket v1.4.0 github.com/hashicorp/go-hclog v0.12.2 github.com/hashicorp/go-retryablehttp v0.6.2 github.com/jpillora/go-ogle-analytics v0.0.0-20161213085824-14b04e0594ef github.com/machinebox/graphql v0.2.2 github.com/mattn/go-isatty v0.0.12 github.com/mitchellh/mapstructure v1.2.2 github.com/moogar0880/problems v0.1.1 github.com/olekukonko/tablewriter v0.0.2 github.com/pborman/uuid v1.2.0 github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 github.com/sirupsen/logrus v1.5.0 github.com/spf13/cast v1.3.0 github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.6.2 github.com/square/go-jose/v3 v3.0.0-20191013055707-2c8b6426f72c github.com/stretchr/testify v1.6.0 github.com/waynz0r/grafterm v0.2.1-0.20190814214739-b7722452f1e4 gopkg.in/yaml.v2 v2.3.0 istio.io/operator v0.0.0-20200114230340-c3e0b6a19ee9 k8s.io/api v0.18.6 k8s.io/apiextensions-apiserver v0.18.6 k8s.io/apimachinery v0.18.6 k8s.io/client-go v12.0.0+incompatible k8s.io/helm v2.16.7+incompatible k8s.io/klog v1.0.0 sigs.k8s.io/controller-runtime v0.6.0 sigs.k8s.io/yaml v1.2.0 ) replace ( github.com/banzaicloud/backyards-cli/pkg/logur/adapter-logr => ./pkg/logur/adapter-logr github.com/banzaicloud/backyards/pkg/prometheus => github.com/banzaicloud/backyards/pkg/prometheus v0.0.0-20200911080314-93ff5a7415e2 github.com/banzaicloud/backyards/pkg/template => github.com/banzaicloud/backyards/pkg/template v0.0.0-20200911080314-93ff5a7415e2 github.com/banzaicloud/backyards/services/operator => github.com/banzaicloud/backyards/services/operator v0.0.0-20200911080314-93ff5a7415e2 github.com/banzaicloud/backyards/services/operator/static => github.com/banzaicloud/backyards/services/operator/static v0.0.0-20200911080314-93ff5a7415e2 github.com/banzaicloud/backyards/services/sre => github.com/banzaicloud/backyards/services/sre v0.0.0-20200911080314-93ff5a7415e2 github.com/banzaicloud/backyards/services/sre/static => github.com/banzaicloud/backyards/services/sre/static v0.0.0-20200911080314-93ff5a7415e2 github.com/banzaicloud/backyards/services/sre_alert_exporter/static => github.com/banzaicloud/backyards/services/sre_alert_exporter/static v0.0.0-20200911080314-93ff5a7415e2 github.com/banzaicloud/backyards/static => github.com/banzaicloud/backyards/static v0.0.0-20200911080314-93ff5a7415e2 github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20200609102542-5d7e3e970602 k8s.io/client-go => k8s.io/client-go v0.18.3 )