You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
346 B
Modula-2
14 lines
346 B
Modula-2
module github.com/containerd/ttrpc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/prometheus/procfs v0.6.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|
|
google.golang.org/grpc v1.27.1
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|