2020-02-12 11:55:01 -05:00
|
|
|
module github.com/containerd/continuity
|
|
|
|
|
2020-07-28 11:12:12 -04:00
|
|
|
go 1.13
|
2020-02-12 11:55:01 -05:00
|
|
|
|
|
|
|
require (
|
|
|
|
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
|
2021-06-21 06:39:16 -04:00
|
|
|
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
|
2020-02-12 11:55:01 -05:00
|
|
|
)
|