Add basic file stat & mimetype

This commit is contained in:
Dane Everitt
2019-04-07 13:47:14 -07:00
parent aef9521190
commit 91afa4d38e
3 changed files with 50 additions and 0 deletions

1
go.mod
View File

@@ -12,6 +12,7 @@ require (
github.com/docker/docker v0.0.0-20180422163414-57142e89befe
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.3.3 // indirect
github.com/gabriel-vasile/mimetype v0.1.4 // indirect
github.com/gogo/protobuf v1.0.0 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect