go.mod
changeset 265 05c40b36d3b2
parent 262 8d3354485fc3
child 269 c50e88700432
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     1 module github.com/McKael/madonctl
     1 module github.com/McKael/madonctl
     2 
     2 
     3 require (
     3 require (
     4 	github.com/McKael/madon/v2 v2.4.0
     4 	github.com/McKael/madon/v3 v3.0.0-20230204113802-0bbcd19ce1dd
     5 	github.com/ghodss/yaml v1.0.0
     5 	github.com/ghodss/yaml v1.0.0
     6 	github.com/inconshreveable/mousetrap v1.0.1 // indirect
     6 	github.com/inconshreveable/mousetrap v1.1.0 // indirect
     7 	github.com/kr/text v0.2.0
     7 	github.com/kr/text v0.2.0
     8 	github.com/mattn/go-isatty v0.0.16
     8 	github.com/mattn/go-isatty v0.0.17
     9 	github.com/pkg/errors v0.9.1
     9 	github.com/pkg/errors v0.9.1
    10 	github.com/spf13/afero v1.9.2 // indirect
    10 	github.com/spf13/cobra v1.6.1
    11 	github.com/spf13/cobra v1.5.0
       
    12 	github.com/spf13/pflag v1.0.5
    11 	github.com/spf13/pflag v1.0.5
    13 	github.com/spf13/viper v1.13.0
    12 	github.com/spf13/viper v1.15.0
    14 	github.com/stretchr/testify v1.8.0
    13 	github.com/stretchr/testify v1.8.1
    15 	golang.org/x/net v0.0.0-20220921203646-d300de134e69
    14 	golang.org/x/net v0.5.0
    16 	golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
       
    17 )
    15 )
    18 
    16 
    19 go 1.13
    17 go 1.13