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.
 
 
 

12 lines
373 B

  1. module github.com/googleapis/gax-go
  2. require (
  3. github.com/golang/protobuf v1.2.0
  4. github.com/googleapis/gax-go/v2 v2.0.2
  5. golang.org/x/exp v0.0.0-20190221220918-438050ddec5e
  6. golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
  7. golang.org/x/tools v0.0.0-20190114222345-bf090417da8b
  8. google.golang.org/grpc v1.19.0
  9. honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099
  10. )