github.com/yanndegat/hiera@v0.6.8/go.mod (about)

     1  module github.com/yanndegat/hiera
     2  
     3  require (
     4  	github.com/bmatcuk/doublestar v1.2.2
     5  	github.com/lyraproj/dgo v0.4.4
     6  	github.com/lyraproj/dgoyaml v0.4.4
     7  	github.com/lyraproj/hierasdk v0.4.4
     8  	github.com/sirupsen/logrus v1.4.2
     9  	github.com/spf13/cobra v0.0.6
    10  	github.com/stretchr/testify v1.5.1
    11  	golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
    12  	gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
    13  )
    14  
    15  require (
    16  	github.com/davecgh/go-spew v1.1.1 // indirect
    17  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    18  	github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
    19  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    20  	github.com/pmezard/go-difflib v1.0.0 // indirect
    21  	github.com/spf13/pflag v1.0.3 // indirect
    22  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    23  	gopkg.in/yaml.v2 v2.2.2 // indirect
    24  )
    25  
    26  go 1.21