docker api

This commit is contained in:
Stefan Schwarz 2020-12-28 02:22:33 +01:00
parent b6a86b5401
commit 4f41e275d6
836 changed files with 262259 additions and 4 deletions

9
vendor/github.com/Microsoft/go-winio/go.mod generated vendored Normal file
View file

@ -0,0 +1,9 @@
module github.com/Microsoft/go-winio
go 1.12
require (
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.1
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3
)