cmd/suggestions.go
changeset 239 605a00e9d1ab
parent 225 f90d1e6d4f15
child 265 05c40b36d3b2
child 267 5b91a65ba95a
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
     9 	"os"
     9 	"os"
    10 
    10 
    11 	"github.com/pkg/errors"
    11 	"github.com/pkg/errors"
    12 	"github.com/spf13/cobra"
    12 	"github.com/spf13/cobra"
    13 
    13 
    14 	"github.com/McKael/madon"
    14 	"github.com/McKael/madon/v2"
    15 )
    15 )
    16 
    16 
    17 var suggestionsOpts struct {
    17 var suggestionsOpts struct {
    18 	accountID  int64
    18 	accountID  int64
    19 	accountIDs string
    19 	accountIDs string