cmd/notifications.go
changeset 239 605a00e9d1ab
parent 197 0b0fd2f02296
child 265 05c40b36d3b2
child 267 5b91a65ba95a
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
    10 	"strings"
    10 	"strings"
    11 
    11 
    12 	"github.com/pkg/errors"
    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/v2"
    16 )
    16 )
    17 
    17 
    18 var notificationsOpts struct {
    18 var notificationsOpts struct {
    19 	list, clear, dismiss bool
    19 	list, clear, dismiss bool
    20 	notifID              int64
    20 	notifID              int64