mirror of https://github.com/docker/cli.git
16 lines
433 B
Modula-2
16 lines
433 B
Modula-2
module github.com/containerd/continuity
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/golang/protobuf v1.3.5
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/spf13/cobra v1.0.0
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
)
|