mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-03 12:11:45 +00:00
Run `go mod tidy` to update indirect dependencies and also remove unused dependencies. Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
14 lines
323 B
AMPL
14 lines
323 B
AMPL
module github.com/clearlinux/mixer-tools
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/go-ini/ini v1.42.0
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
gopkg.in/ini.v1 v1.51.1 // indirect
|
|
)
|