
Matching the version used by k8s.io/component-base@v0.20.1 (which is what containerd currently uses); https://github.com/containerd/containerd/blob/v1.5.0-beta.3/vendor/modules.txt#L300 full diff: https://github.com/prometheus/procfs/compare/bc1a522cf7b1...v0.6.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
14 lines
340 B
Modula-2
14 lines
340 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.6.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
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
|
|
)
|