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

go.mod 442 B

4 years ago
1234567891011121314
  1. module go.opencensus.io
  2. require (
  3. github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
  4. github.com/golang/protobuf v1.3.1
  5. github.com/google/go-cmp v0.3.0
  6. golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  7. golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd // indirect
  8. golang.org/x/text v0.3.2 // indirect
  9. google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb // indirect
  10. google.golang.org/grpc v1.20.1
  11. )
  12. go 1.13