1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Files
source-to-image/hack/verify-deps.sh
2019-10-28 11:01:00 +01:00

12 lines
291 B
Bash
Executable File

#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail
S2I_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${S2I_ROOT}/hack/common.sh"
# double check the dependencies stored in vendor directory with the described dependency list in
# local Go Module files, go.mod and go.sum.
go mod verify