Add binary target and use go mod

Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
This commit is contained in:
Renaud Gaubert
2020-04-11 17:18:00 -07:00
parent 60f165ad69
commit 87c8a868f9
48 changed files with 123 additions and 25 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/NVIDIA/container-toolkit
go 1.14
require github.com/BurntSushi/toml v0.3.1