Files
mixer-tools/go.mod
T
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

11 lines
269 B
AMPL

module github.com/clearlinux/mixer-tools
require (
github.com/BurntSushi/toml v0.3.0
github.com/go-ini/ini v1.32.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pkg/errors v0.8.0
github.com/spf13/cobra v0.0.1
github.com/spf13/pflag v1.0.0
)