infobloxopen / atlas-cli

Apache License 2.0
14 stars 45 forks source link

Use vendored code #71

Closed kd7lxl closed 3 years ago

kd7lxl commented 3 years ago

The makefile template provides a make vendor target to populate the vendor directory with modules, but the go build and go test stages were not actually using the vendored code. This PR sets the flag to use the vendored code instead of downloading it again.