Files
mixer-tools/go.mod
T
Reagan Lopez 9099aff34c mod: Update indirect dependencies
Run `go mod tidy` to update indirect dependencies and also remove unused
dependencies.

Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2020-01-09 19:44:58 -08:00

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
)