mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
16 lines
478 B
Modula-2
16 lines
478 B
Modula-2
|
module go.opencensus.io
|
||
|
|
||
|
require (
|
||
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
|
||
|
github.com/golang/protobuf v1.3.1
|
||
|
github.com/google/go-cmp v0.3.0
|
||
|
github.com/stretchr/testify v1.4.0
|
||
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
||
|
golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd // indirect
|
||
|
golang.org/x/text v0.3.2 // indirect
|
||
|
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb // indirect
|
||
|
google.golang.org/grpc v1.20.1
|
||
|
)
|
||
|
|
||
|
go 1.13
|