cmd/version.go
changeset 239 605a00e9d1ab
parent 230 c961191a6b8f
child 259 db4911b0c721
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
     8 import (
     8 import (
     9 	"os"
     9 	"os"
    10 
    10 
    11 	"github.com/spf13/cobra"
    11 	"github.com/spf13/cobra"
    12 
    12 
    13 	"github.com/McKael/madon"
    13 	"github.com/McKael/madon/v2"
    14 	"github.com/McKael/madonctl/printer"
    14 	"github.com/McKael/madonctl/printer"
    15 )
    15 )
    16 
    16 
    17 // madonctlVersion contains the version of the madonctl tool
    17 // madonctlVersion contains the version of the madonctl tool
    18 // and the version of the madon library it is linked with.
    18 // and the version of the madon library it is linked with.