github.com/andresbott/yamlfmt@v0.1.0/go.mod (about)

     1  module github.com/andresbott/yamlfmt
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1
     7  	github.com/google/go-cmp v0.5.9
     8  	github.com/spf13/cobra v1.5.0
     9  	github.com/yargevad/filepathx v1.0.0
    10  	gopkg.in/yaml.v3 v3.0.1
    11  )
    12  
    13  require (
    14  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    15  	github.com/spf13/pflag v1.0.5 // indirect
    16  )