correct upstream vndr issues

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-04-29 10:32:22 -05:00
parent 4e5b39650d
commit 4506e4916f
7 changed files with 72 additions and 0 deletions

11
vendor/github.com/containers/psgo/go.mod generated vendored Normal file
View File

@ -0,0 +1,11 @@
module github.com/containers/psgo
go 1.12
require (
github.com/opencontainers/runc v0.0.0-20190425234816-dae70e8efea4
github.com/pkg/errors v0.0.0-20190227000051-27936f6d90f9
github.com/sirupsen/logrus v0.0.0-20190403091019-9b3cdde74fbe
github.com/stretchr/testify v1.2.2
golang.org/x/sys v0.0.0-20190425145619-16072639606e
)