2020-02-12 11:55:01 -05:00
|
|
|
module github.com/containerd/continuity
|
|
|
|
|
2022-10-13 09:05:24 -04:00
|
|
|
go 1.17
|
2020-02-12 11:55:01 -05:00
|
|
|
|
|
|
|
require (
|
2022-10-13 09:05:24 -04:00
|
|
|
github.com/Microsoft/go-winio v0.5.2
|
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
|
|
golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
|
|
|
|
google.golang.org/protobuf v1.26.0
|
2020-02-12 11:55:01 -05:00
|
|
|
)
|
2022-10-13 09:05:24 -04:00
|
|
|
|
|
|
|
require github.com/stretchr/testify v1.3.0 // indirect
|