github.com/jacekolszak/noteo@v0.5.0/go.mod (about)

     1  module github.com/jacekolszak/noteo
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/google/uuid v1.1.1
     7  	github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a
     8  	github.com/lunixbochs/vtclean v1.0.0 // indirect
     9  	github.com/mattn/go-colorable v0.1.4 // indirect
    10  	github.com/mattn/go-isatty v0.0.11 // indirect
    11  	github.com/spf13/cobra v1.0.0
    12  	github.com/spf13/pflag v1.0.3
    13  	github.com/stretchr/testify v1.5.1
    14  	golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
    15  	golang.org/x/text v0.3.3 // indirect
    16  	gopkg.in/Regis24GmbH/go-diacritics.v2 v2.0.1
    17  	gopkg.in/yaml.v2 v2.2.8
    18  )