cmd/root.go
changeset 239 605a00e9d1ab
parent 213 3569475f86ec
child 265 05c40b36d3b2
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
     9 	"os"
     9 	"os"
    10 
    10 
    11 	"github.com/spf13/cobra"
    11 	"github.com/spf13/cobra"
    12 	"github.com/spf13/viper"
    12 	"github.com/spf13/viper"
    13 
    13 
    14 	"github.com/McKael/madon"
    14 	"github.com/McKael/madon/v2"
    15 )
    15 )
    16 
    16 
    17 // AppName is the CLI application name
    17 // AppName is the CLI application name
    18 const AppName = "madonctl"
    18 const AppName = "madonctl"
    19 
    19