You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 line
979 B

  1. module google.golang.org/grpc
  2. require (
  3. cloud.google.com/go v0.26.0 // indirect
  4. github.com/BurntSushi/toml v0.3.1 // indirect
  5. github.com/client9/misspell v0.3.4
  6. github.com/envoyproxy/go-control-plane v0.6.9
  7. github.com/gogo/googleapis v1.1.0 // indirect
  8. github.com/gogo/protobuf v1.2.0
  9. github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  10. github.com/golang/mock v1.1.1
  11. github.com/golang/protobuf v1.2.0
  12. github.com/lyft/protoc-gen-validate v0.0.13 // indirect
  13. golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  14. golang.org/x/net v0.0.0-20190311183353-d8887717615a
  15. golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  16. golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
  17. golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  18. golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  19. google.golang.org/appengine v1.1.0 // indirect
  20. google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  21. honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099
  22. )