6 Commits
Author SHA1 Message Date
William Douglas d205de44ba Update vendor dependencies
Requires updating minimum go version to 1.18

Signed-off-by: William Douglas <william.douglas@intel.com>
2023-04-14 15:38:53 -07:00
Rodrigo Chiossi 7e2e4cda9a vendor: Use go mod to manage dependencies
go 1.11 has added built in support to manage vendored dependencies.
Using go mod also allows mixer to be built if the source is outside
GOPATH.

Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>
2020-01-06 12:34:33 -08:00
Rodrigo Chiossi c02e87e6aa vendor: Update dependencies
Update to the latest available version of our dependencies.

Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>
2019-07-01 21:56:51 +02:00
Tudor Marcu 1f84109b48 Revert "Use go mod vendor to manage vendor directory"
This reverts commit c6777502c8.

To make this automatically packageable through autospec we need to do
some more work. The travis environment also needs to be trimmed down to
speed up the build, and building the package should work without network
connection. In the current state, it will not satisfy both travis and
autospec, so reverting this until it can be properly transitioned.
2018-12-04 12:06:03 -08:00
Matthew Johnson c6777502c8 Use go mod vendor to manage vendor directory
go mod vendor cleans up the vendor directory to only keep what source
files are actually needed.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-11-27 10:12:18 -08:00
Tudor Marcu f0e11dc272 Vendor dependencies
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2018-01-02 09:43:30 -08:00