cmd/status.go
changeset 45 b58a7ea1aeb2
parent 44 6da40ca4534c
child 47 82d8b6074309
equal deleted inserted replaced
44:6da40ca4534c 45:b58a7ea1aeb2
     4 // Please see the LICENSE file is this directory.
     4 // Please see the LICENSE file is this directory.
     5 
     5 
     6 package cmd
     6 package cmd
     7 
     7 
     8 import (
     8 import (
     9 	"errors"
       
    10 	"io/ioutil"
     9 	"io/ioutil"
    11 	"strings"
    10 	"strings"
    12 
    11 
       
    12 	"github.com/pkg/errors"
    13 	"github.com/spf13/cobra"
    13 	"github.com/spf13/cobra"
    14 
    14 
    15 	"github.com/McKael/madon"
    15 	"github.com/McKael/madon"
    16 )
    16 )
    17 
    17