diff -r 6d9efbef00a9 -r f21cae75c8bd go.mod --- a/go.mod Sun Jul 11 10:35:56 2021 +0200 +++ b/go.mod Mon May 30 19:01:05 2022 +0200 @@ -1,21 +1,18 @@ module github.com/McKael/madonctl require ( - github.com/McKael/madon/v2 v2.3.1-0.20200216174857-9f66daa5f91b + github.com/McKael/madon/v2 v2.3.1-0.20220530164545-627aedf20faf github.com/ghodss/yaml v1.0.0 - github.com/gorilla/websocket v1.4.2 // indirect github.com/kr/text v0.2.0 - github.com/mattn/go-isatty v0.0.13 + github.com/mattn/go-isatty v0.0.14 github.com/pkg/errors v0.9.1 - github.com/sendgrid/rest v2.6.4+incompatible // indirect - github.com/spf13/cobra v1.2.1 + github.com/spf13/cobra v1.4.0 github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.8.1 - github.com/stretchr/testify v1.7.0 - golang.org/x/net v0.0.0-20210614182718-04defd469f4e - golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect - golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect - google.golang.org/protobuf v1.27.1 // indirect + github.com/spf13/viper v1.12.0 + github.com/stretchr/testify v1.7.1 + golang.org/x/net v0.0.0-20220526153639-5463443f8c37 + gopkg.in/ini.v1 v1.66.5 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) go 1.13