From d28b0c1d8ec040d1f4ed0cd0f42c5097b68b3e61 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Tue, 20 Aug 2019 21:35:59 -0500 Subject: [PATCH] first go build Signed-off-by: Lee Calcote --- go.mod | 65 +--------------------------------------------------------- go.sum | 2 ++ 2 files changed, 3 insertions(+), 64 deletions(-) diff --git a/go.mod b/go.mod index 020645d..d411f0b 100644 --- a/go.mod +++ b/go.mod @@ -1,80 +1,17 @@ module github.com/layer5io/meshery-app-mesh require ( - cloud.google.com/go v0.37.4 // indirect - contrib.go.opencensus.io/exporter/ocagent v0.5.0 // indirect - dmitri.shuralyov.com/app/changes v0.0.0-20181114035150-5af16e21babb // indirect - dmitri.shuralyov.com/service/change v0.0.0-20190203163610-217368fe4577 // indirect - git.apache.org/thrift.git v0.12.0 // indirect - github.com/Azure/go-autorest v11.4.0+incompatible // indirect - github.com/Shopify/sarama v1.20.1 // indirect github.com/aspenmesh/istio-client-go v0.0.0-20181002001939-c2ad69c03a02 github.com/aspenmesh/istio-vet v0.0.0-20190305212226-f54d548fbb72 - github.com/cnf/structhash v0.0.0-20180104161610-62a607eb0224 // indirect - github.com/coreos/go-systemd v0.0.0-20190204112023-081494f7ee4f // indirect - github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect - github.com/emicklei/go-restful v2.8.1+incompatible // indirect github.com/ghodss/yaml v1.0.0 - github.com/go-logfmt/logfmt v0.4.0 // indirect - github.com/go-openapi/spec v0.18.0 // indirect - github.com/gogo/protobuf v1.2.0 // indirect - github.com/golang/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect github.com/golang/protobuf v1.3.1 - github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect - github.com/google/pprof v0.0.0-20190109223431-e84dfd68c163 // indirect - github.com/googleapis/gax-go v2.0.2+incompatible // indirect - github.com/googleapis/gnostic v0.2.0 // indirect - github.com/gophercloud/gophercloud v0.0.0-20190212152358-98bc0d059b07 // indirect - github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect - github.com/gorilla/mux v1.7.0 // indirect - github.com/gregjones/httpcache v0.0.0-20190203031600-7a902570cb17 // indirect - github.com/hashicorp/golang-lru v0.5.1 // indirect - github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect - github.com/imdario/mergo v0.3.7 // indirect - github.com/json-iterator/go v1.1.5 // indirect - github.com/juju/ratelimit v1.0.1 // indirect - github.com/kisielk/gotool v1.0.0 // indirect - github.com/kubernetes/client-go v6.0.0+incompatible // indirect - github.com/microcosm-cc/bluemonday v1.0.2 // indirect - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect - github.com/peterbourgon/diskv v2.0.1+incompatible // indirect + github.com/layer5io/meshery-istio v0.0.0-20190802050047-96997439cd7d github.com/pkg/errors v0.8.1 - github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect - github.com/prometheus/procfs v0.0.0-20190203183350-488faf799f86 // indirect - github.com/russross/blackfriday v2.0.0+incompatible // indirect - github.com/shurcooL/go v0.0.0-20190121191506-3fef8c783dec // indirect - github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d // indirect - github.com/shurcooL/highlight_diff v0.0.0-20181222201841-111da2e7d480 // indirect - github.com/shurcooL/highlight_go v0.0.0-20181215221002-9d8641ddf2e1 // indirect - github.com/shurcooL/home v0.0.0-20190204141146-5c8ae21d4240 // indirect - github.com/shurcooL/htmlg v0.0.0-20190120222857-1e8a37b806f3 // indirect - github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414 // indirect - github.com/shurcooL/issues v0.0.0-20190120000219-08d8dadf8acb // indirect - github.com/shurcooL/issuesapp v0.0.0-20181229001453-b8198a402c58 // indirect - github.com/shurcooL/notifications v0.0.0-20181111060504-bcc2b3082a7a // indirect - github.com/shurcooL/octicon v0.0.0-20181222203144-9ff1a4cf27f4 // indirect - github.com/shurcooL/reactions v0.0.0-20181222204718-145cd5e7f3d1 // indirect - github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect - github.com/shurcooL/webdavfs v0.0.0-20181215192745-5988b2d638f6 // indirect github.com/sirupsen/logrus v1.3.0 - github.com/spf13/pflag v1.0.3 // indirect - github.com/stretchr/testify v1.3.0 // indirect - go4.org v0.0.0-20181109185143-00e24f1b2599 // indirect - golang.org/x/build v0.0.0-20190207163136-67eca6f0176f // indirect - golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2 // indirect golang.org/x/net v0.0.0-20190311183353-d8887717615a - golang.org/x/perf v0.0.0-20190124201629-844a5f5b46f4 // indirect google.golang.org/grpc v1.20.1 gopkg.in/yaml.v2 v2.2.2 - honnef.co/go/tools v0.0.0-20190128043916-71123fcbb8fe // indirect - istio.io/api v0.0.0-20190322134240-785ea83cee80 // indirect k8s.io/api v0.0.0-20190222213804-5cb15d344471 k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628 k8s.io/client-go v2.0.0-alpha.0.0.20190228174230-b40b2a5939e4+incompatible - k8s.io/klog v0.1.0 // indirect - k8s.io/kube-openapi v0.0.0-20190207181846-a829e3aed6e2 // indirect - sigs.k8s.io/structured-merge-diff v0.0.0-20190130003954-e5e029740eb8 // indirect - sigs.k8s.io/yaml v1.1.0 // indirect - sourcegraph.com/sqs/pbtypes v1.0.0 // indirect ) diff --git a/go.sum b/go.sum index 21a359d..39cb0a3 100644 --- a/go.sum +++ b/go.sum @@ -147,6 +147,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kubernetes/client-go v6.0.0+incompatible/go.mod h1:kszVi2i+FeqECZHhjpkV5h5zM0GnURfJv897YzgoAQ8= +github.com/layer5io/meshery-istio v0.0.0-20190802050047-96997439cd7d h1:HqygIdowYs6mvjyL3T0oRwYHskiad4IpKaD+gxfKGzo= +github.com/layer5io/meshery-istio v0.0.0-20190802050047-96997439cd7d/go.mod h1:r987+HjWW2hsEI4dkqcPy4viIMlF27wS5LVHw6iKt/o= github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 h1:2gxZ0XQIU/5z3Z3bUBu+FXuk2pFbkN6tcwi/pjyaDic= github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=