mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
948e201c1c
Contains fix for s390x and support for FreeBSD full diff: https://github.com/containerd/console/compare/v1.0.1...v1.0.2 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
142 B
Modula-2
8 lines
142 B
Modula-2
module github.com/containerd/console
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
)
|