9 Commits
Author SHA1 Message Date
Reagan Lopez 16538dc7df mod: Update vendor directory
Run `go mod vendor` to ensure that the vendor directory is updated.

NOTE: The vendor directory is still maintained because it is required
for packaging using autospec. It can be fully removed from this repo
only if all the vendored dependencies are made available as modules in
koji.

Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2020-01-09 19:44:58 -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
John Akre 4ed600abf8 vendor: Add tablewriter
MCA will use the tablewriter package to generate the statistics table.

Signed-off-by: John Akre <john.w.akre@intel.com>
2019-12-20 15:20:32 -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
Rodrigo Chiossi 80c57ee7fc config: Add TOML config
This patch adds a new type of config file for mixer, based on the TOML
format. The new format is not compatible with the old parser and
vice-versa. The new flag --new-config enables the use of the new format.

This patch also adds to the parser the properties that exist in the
config file but were not parsed by the older parser.

Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>
2018-03-22 11:02:49 -07:00
Caio Marcelo de Oliveira Filho f470dc2c91 vendor: move go-ini from swupd vendor folder to toplevel
Move go-ini/ini package (at version 1.32.0) to the toplevel vendor
folder. This library will be used by the build chroot code.

Also remove the inner swupd vendor folder now unused, and move the
README.vendor file to the toplevel, now that dep is used there.

Signed-off-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
2018-01-18 18:00:08 -08:00
Tudor Marcu f0e11dc272 Vendor dependencies
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2018-01-02 09:43:30 -08:00