vendor.conf: reformat to use columns

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2019-11-28 11:59:23 +01:00
parent 3a31ce267d
commit 55ea3dc9b1
4 changed files with 88 additions and 88 deletions

View File

@@ -25,7 +25,7 @@ if [[ -z "${VERSION:-}" ]]; then
fi
ROOT=${GOPATH}/src/github.com/containerd/containerd
CRI_COMMIT=$(grep github.com/containerd/cri ${ROOT}/vendor.conf | cut -d " " -f 2)
CRI_COMMIT=$(grep github.com/containerd/cri ${ROOT}/vendor.conf | awk '{print $2}')
go get -d github.com/containerd/cri/...
cd $GOPATH/src/github.com/containerd/cri