go.mod
changeset 258 eb656dbdd75a
parent 257 f21cae75c8bd
child 262 8d3354485fc3
equal deleted inserted replaced
257:f21cae75c8bd 258:eb656dbdd75a
     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.3.1-0.20220530164545-627aedf20faf
     4 	github.com/McKael/madon/v2 v2.3.1-0.20220823202755-c45cd336c53a
     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/kr/text v0.2.0
     7 	github.com/kr/text v0.2.0
     7 	github.com/mattn/go-isatty v0.0.14
     8 	github.com/mattn/go-isatty v0.0.16
       
     9 	github.com/pelletier/go-toml/v2 v2.0.3 // indirect
     8 	github.com/pkg/errors v0.9.1
    10 	github.com/pkg/errors v0.9.1
     9 	github.com/spf13/cobra v1.4.0
    11 	github.com/spf13/afero v1.9.2 // indirect
       
    12 	github.com/spf13/cobra v1.5.0
    10 	github.com/spf13/pflag v1.0.5
    13 	github.com/spf13/pflag v1.0.5
    11 	github.com/spf13/viper v1.12.0
    14 	github.com/spf13/viper v1.12.0
    12 	github.com/stretchr/testify v1.7.1
    15 	github.com/stretchr/testify v1.8.0
    13 	golang.org/x/net v0.0.0-20220526153639-5463443f8c37
    16 	github.com/subosito/gotenv v1.4.1 // indirect
    14 	gopkg.in/ini.v1 v1.66.5 // indirect
    17 	golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
    15 	gopkg.in/yaml.v3 v3.0.1 // indirect
    18 	golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
       
    19 	gopkg.in/ini.v1 v1.67.0 // indirect
    16 )
    20 )
    17 
    21 
    18 go 1.13
    22 go 1.13