printer/templateprinter.go
changeset 194 660233815ca8
parent 193 4a1e3b57fd0f
child 239 605a00e9d1ab
--- a/printer/templateprinter.go	Tue Mar 20 13:53:04 2018 +0100
+++ b/printer/templateprinter.go	Tue Mar 20 15:50:32 2018 +0100
@@ -16,7 +16,6 @@
 	"time"
 
 	"github.com/kr/text"
-	"github.com/m0t0k1ch1/gomif"
 	"github.com/mattn/go-isatty"
 
 	"github.com/McKael/madon"
@@ -83,7 +82,7 @@
 		[]madon.Instance, []madon.List, []madon.Mention,
 		[]madon.Notification, []madon.Relationship, []madon.Report,
 		[]madon.Results, []madon.Status, []madon.StreamEvent,
-		[]madon.Tag, []*gomif.InstanceStatus, []string:
+		[]madon.Tag, []string:
 		return p.templateForeach(ot, w)
 	}