module github.com/datawire/ambassador go 1.13 require ( github.com/datawire/teleproxy v0.7.3-0.20190923151525-f9c9898fc956 github.com/envoyproxy/go-control-plane v0.6.9 github.com/envoyproxy/protoc-gen-validate v0.0.15-0.20190405222122-d6164de49109 github.com/fsnotify/fsnotify v1.4.7 github.com/gogo/googleapis v1.3.0 // indirect github.com/gogo/protobuf v1.3.0 github.com/golang/protobuf v1.3.1 github.com/gorilla/websocket v1.4.0 github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7 github.com/lyft/protoc-gen-star v0.4.4 github.com/lyft/protoc-gen-validate v0.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/sirupsen/logrus v1.4.0 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cobra v0.0.3 github.com/stretchr/testify v1.4.0 // indirect golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc google.golang.org/genproto v0.0.0-20180831171423-11092d34479b // indirect google.golang.org/grpc v1.23.0 istio.io/gogo-genproto v0.0.0-20190904133402-ee07f2785480 )