Update vendored packages

Signed-off-by: Kevin Klues <kklues@nvidia.com>
This commit is contained in:
Kevin Klues
2020-06-03 15:44:23 +00:00
parent 809dd1855a
commit 39a985ce96
20 changed files with 28 additions and 3426 deletions

6
go.mod
View File

@@ -2,4 +2,8 @@ module github.com/NVIDIA/container-toolkit
go 1.14
require github.com/BurntSushi/toml v0.3.1
require (
github.com/BurntSushi/toml v0.3.1
github.com/stretchr/testify v1.6.0
golang.org/x/mod v0.3.0
)