fix integration client vendor

Signed-off-by: Michael Crosby <michael@thepasture.io>
This commit is contained in:
Michael Crosby
2021-09-17 18:34:18 +00:00
parent e48bbe8394
commit f1054dbbde
3 changed files with 3 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ require (
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164
gotest.tools/v3 v3.0.3
)