10 Commits
Author SHA1 Message Date
William Douglas c14d426e28 Update vendor prior to release
Signed-off-by: William Douglas <william.douglas@intel.com>
2024-01-26 10:11:42 -08:00
William Douglas c4551f41fa Update vendor prior to release
Signed-off-by: William Douglas <william.douglas@intel.com>
2023-05-30 13:13:33 -07:00
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
Reagan Lopez 9099aff34c mod: Update indirect dependencies
Run `go mod tidy` to update indirect dependencies and also remove unused
dependencies.

Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2020-01-09 19:44:58 -08:00
Reagan Lopez add4d5fdb3 vendor: Include tablewriter package as module
Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2020-01-06 12:34:33 -08: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
Tudor Marcu 37293bc2e0 Revert "Convert to using go modules for dependency management"
This reverts commit 37ddafa696.

This needs to be implemented properly so mixer and be autospec'd
correctly and still work in Travis CI.
2018-12-04 12:17:46 -08: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
Matthew Johnson 37ddafa696 Convert to using go modules for dependency management
This means we can remove local gopath preparation from the Makefile and
will be using the officially sanctioned dependency management system for
Go. We have to leave the vendor directory so we can create the dist
tarball.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-11-27 10:12:18 -08:00