go.mod
author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 18 Feb 2023 04:11:30 +0000
changeset 272 e9ffa471eeb3
parent 269 c50e88700432
child 274 cea6d2f4f728
permissions -rw-r--r--
Bump golang.org/x/net from 0.5.0 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> committer: GitHub <noreply@github.com>

module github.com/McKael/madonctl

require (
	github.com/McKael/madon/v3 v3.0.0-20230204121256-dc4ad34a990c
	github.com/ghodss/yaml v1.0.0
	github.com/inconshreveable/mousetrap v1.1.0 // indirect
	github.com/kr/text v0.2.0
	github.com/mattn/go-isatty v0.0.17
	github.com/pkg/errors v0.9.1
	github.com/spf13/cobra v1.6.1
	github.com/spf13/pflag v1.0.5
	github.com/spf13/viper v1.15.0
	github.com/stretchr/testify v1.8.1
	golang.org/x/net v0.7.0
)

go 1.13