mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 13:11:31 +00:00
12 lines
232 B
AMPL
12 lines
232 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/spf13/cobra v0.0.5
|
|
)
|