cmd/madon.go
changeset 239 605a00e9d1ab
parent 185 564d92b54b00
child 265 05c40b36d3b2
child 267 5b91a65ba95a
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
     7 
     7 
     8 import (
     8 import (
     9 	"strconv"
     9 	"strconv"
    10 	"strings"
    10 	"strings"
    11 
    11 
    12 	"github.com/McKael/madon"
    12 	"github.com/McKael/madon/v2"
    13 	"github.com/pkg/errors"
    13 	"github.com/pkg/errors"
    14 	"github.com/spf13/viper"
    14 	"github.com/spf13/viper"
    15 )
    15 )
    16 
    16 
    17 var scopes = []string{"read", "write", "follow"}
    17 var scopes = []string{"read", "write", "follow"}