github.com/ChicK00o/awgo@v0.29.4/go.mod (about)

     1  module github.com/ChicK00o/awgo
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/bmatcuk/doublestar v1.3.4
     7  	github.com/davecgh/go-spew v1.1.1 // indirect
     8  	github.com/kr/text v0.2.0 // indirect
     9  	github.com/magefile/mage v1.11.0 // indirect
    10  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    11  	github.com/stretchr/testify v1.7.0
    12  	go.deanishe.net/env v0.5.1
    13  	go.deanishe.net/fuzzy v1.0.0
    14  	golang.org/x/text v0.3.6
    15  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    16  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
    17  	howett.net/plist v0.0.0-20201203080718-1454fab16a06
    18  )