2019-05-14 18:26:24 -04:00
|
|
|
module github.com/tonistiigi/fsutil
|
|
|
|
|
2020-07-20 01:18:46 -04:00
|
|
|
go 1.13
|
|
|
|
|
2019-05-14 18:26:24 -04:00
|
|
|
require (
|
2020-07-20 01:18:46 -04:00
|
|
|
github.com/Microsoft/hcsshim v0.8.9 // indirect
|
|
|
|
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
|
2019-05-14 18:26:24 -04:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-07-20 01:18:46 -04:00
|
|
|
github.com/docker/docker v0.0.0-20200511152416-a93e9eb0e95c
|
2020-02-28 02:52:14 -05:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2019-05-14 18:26:24 -04:00
|
|
|
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
|
2020-07-20 01:18:46 -04:00
|
|
|
github.com/moby/sys/mount v0.1.0 // indirect
|
|
|
|
github.com/moby/sys/mountinfo v0.1.3 // indirect
|
2019-05-14 18:26:24 -04:00
|
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
|
|
|
github.com/opencontainers/go-digest v1.0.0-rc1
|
|
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
2020-07-20 01:18:46 -04:00
|
|
|
github.com/opencontainers/runc v1.0.0-rc10 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
|
2019-05-14 18:26:24 -04:00
|
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
|
|
)
|