mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
use -mod=vendor with all go commands in Makefile and use vendoring to manage ginkgo (#4784)
* export GOFLAGS=-mod=vendor in Makefile * use go get instead of go install for installing test dependencies * use tools approach to manage testing dependencies When using this apporoach we can make sure that all dependencies in a proper version are vendored with the source code. * go mod vendor * add wwhrd expection for github.com/hinshun/vt10x
This commit is contained in:
@@ -38,4 +38,6 @@ exceptions:
|
||||
# BSD licence - wwhrd is not detecting it correctly
|
||||
- github.com/golang/protobuf/...
|
||||
# MIT licence - wwhrd is not detecting it correctly
|
||||
- sigs.k8s.io/yaml/...
|
||||
- sigs.k8s.io/yaml/...
|
||||
# MIT licence - wwhrd is not detecting it correctly
|
||||
- github.com/hinshun/vt10x
|
||||
Reference in New Issue
Block a user