6 Commits
Author SHA1 Message Date
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