
Matching the version that containerd is pinning in its "replace" rule; https://github.com/containerd/containerd/blob/v1.5.0-beta.3/go.mod#L74 https://github.com/containerd/containerd/blob/v1.5.0-beta.3/vendor/modules.txt#L393 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
14 lines
368 B
Modula-2
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-20200224152610-e50cd9704f63
|
|
google.golang.org/grpc v1.27.1
|
|
)
|