...

Text file src/github.com/containerd/ttrpc/go.mod

Documentation: github.com/containerd/ttrpc

     1module github.com/containerd/ttrpc
     2
     3go 1.13
     4
     5require (
     6	github.com/gogo/protobuf v1.3.2
     7	github.com/golang/protobuf v1.5.0
     8	github.com/prometheus/procfs v0.6.0
     9	github.com/sirupsen/logrus v1.8.1
    10	golang.org/x/sys v0.1.0
    11	google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
    12	google.golang.org/grpc v1.27.1
    13	google.golang.org/protobuf v1.27.1
    14)

View as plain text