go.mod
changeset 262 8d3354485fc3
parent 258 eb656dbdd75a
child 265 05c40b36d3b2
equal deleted inserted replaced
261:270cc4dda0c5 262:8d3354485fc3
     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.20220823202755-c45cd336c53a
     4 	github.com/McKael/madon/v2 v2.4.0
     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.0.1 // 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.16
     9 	github.com/pelletier/go-toml/v2 v2.0.3 // indirect
       
    10 	github.com/pkg/errors v0.9.1
     9 	github.com/pkg/errors v0.9.1
    11 	github.com/spf13/afero v1.9.2 // indirect
    10 	github.com/spf13/afero v1.9.2 // indirect
    12 	github.com/spf13/cobra v1.5.0
    11 	github.com/spf13/cobra v1.5.0
    13 	github.com/spf13/pflag v1.0.5
    12 	github.com/spf13/pflag v1.0.5
    14 	github.com/spf13/viper v1.12.0
    13 	github.com/spf13/viper v1.13.0
    15 	github.com/stretchr/testify v1.8.0
    14 	github.com/stretchr/testify v1.8.0
    16 	github.com/subosito/gotenv v1.4.1 // indirect
    15 	golang.org/x/net v0.0.0-20220921203646-d300de134e69
    17 	golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
    16 	golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
    18 	golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
       
    19 	gopkg.in/ini.v1 v1.67.0 // indirect
       
    20 )
    17 )
    21 
    18 
    22 go 1.13
    19 go 1.13