mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 05:01:28 +00:00
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>
11 lines
269 B
AMPL
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
|
|
)
|