mirror of https://github.com/docker/cli.git
21 lines
733 B
Modula-2
21 lines
733 B
Modula-2
module github.com/tonistiigi/fsutil
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/containerd/continuity v0.1.0
|
|
github.com/docker/docker v20.10.3-0.20210609071616-4c2ec79bf2a8+incompatible // master (v21.xx-dev)
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/go-cmp v0.5.2 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210313202042-bd2e13477e9c
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gotest.tools/v3 v3.0.3 // indirect
|
|
)
|