mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-03 12:11:45 +00:00
Move to go version to 1.21 (1.22 is still early and 1.21 has a long chain of stable releases). Also update dependencies to latest their versions. Signed-off-by: William Douglas <william.douglas@intel.com>
22 lines
584 B
AMPL
22 lines
584 B
AMPL
module github.com/clearlinux/mixer-tools
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/go-ini/ini v1.67.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
)
|