printer/templateprinter.go
changeset 239 605a00e9d1ab
parent 194 660233815ca8
child 265 05c40b36d3b2
--- a/printer/templateprinter.go	Fri Sep 07 22:57:49 2018 +0200
+++ b/printer/templateprinter.go	Sat Sep 29 12:24:43 2018 +0200
@@ -18,7 +18,7 @@
 	"github.com/kr/text"
 	"github.com/mattn/go-isatty"
 
-	"github.com/McKael/madon"
+	"github.com/McKael/madon/v2"
 	"github.com/McKael/madonctl/printer/colors"
 )