github.com/lyraproj/hiera@v1.0.0-rc4/go.mod (about)

     1  module github.com/lyraproj/hiera
     2  
     3  require (
     4  	github.com/bmatcuk/doublestar v1.3.2
     5  	github.com/lyraproj/dgo v1.0.0-rc4
     6  	github.com/lyraproj/dgoyaml v1.0.0-rc4
     7  	github.com/lyraproj/hierasdk v1.0.0-rc4
     8  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
     9  	github.com/sirupsen/logrus v1.6.0
    10  	github.com/spf13/cobra v1.0.0
    11  	github.com/stretchr/testify v1.6.1
    12  	github.com/tada/catch v0.0.0-20200501144157-878cbcd22dd2
    13  	golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8
    14  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    15  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
    16  )
    17  
    18  go 1.15