ttrpc/go.mod
Sebastiaan van Stijn 7c78be300b
go.mod: github.com/gogo/protobuf v1.3.2
Matching the version that's currently used by containerd;
https://github.com/containerd/containerd/blob/v1.5.0-beta.3/go.mod#L32

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-16 09:39:18 +01:00

14 lines
368 B
Modula-2

module github.com/containerd/ttrpc
go 1.13
require (
github.com/gogo/protobuf v1.3.2
github.com/pkg/errors v0.9.1
github.com/prometheus/procfs v0.0.0-20190522114515-bc1a522cf7b1
github.com/sirupsen/logrus v1.7.0
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24
google.golang.org/grpc v1.26.0
)