go.mod
author Mikael Berthe <mikael@lilotux.net>
Sun, 30 Jun 2024 17:34:01 +0200
changeset 279 7fd0abc7b361
parent 276 15f5ac844492
permissions -rw-r--r--
Set madonctl/v3 in go.mod and bump version to 3.0.1

module github.com/McKael/madonctl/v3

require (
	github.com/McKael/madon/v3 v3.0.0
	github.com/ghodss/yaml v1.0.0
	github.com/kr/text v0.2.0
	github.com/mattn/go-isatty v0.0.20
	github.com/pkg/errors v0.9.1
	github.com/sagikazarmark/locafero v0.6.0 // indirect
	github.com/spf13/cobra v1.8.1
	github.com/spf13/pflag v1.0.5
	github.com/spf13/viper v1.19.0
	github.com/stretchr/testify v1.9.0
	go.uber.org/multierr v1.11.0 // indirect
	golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
	golang.org/x/net v0.26.0
)

go 1.13