github.com/stillson/go-wf@v0.0.0-20240502203501-5781d3fae028/go.mod (about)

     1  module github.com/stillson/go-wf
     2  
     3  go 1.21
     4  
     5  require (
     6  	github.com/Masterminds/sprig v2.22.0+incompatible
     7  	github.com/fatih/color v1.16.0
     8  	gopkg.in/yaml.v3 v3.0.1
     9  )
    10  
    11  require (
    12  	github.com/Masterminds/goutils v1.1.1 // indirect
    13  	github.com/Masterminds/semver v1.5.0 // indirect
    14  	github.com/google/uuid v1.6.0 // indirect
    15  	github.com/huandu/xstrings v1.4.0 // indirect
    16  	github.com/imdario/mergo v0.3.16 // indirect
    17  	github.com/mattn/go-colorable v0.1.13 // indirect
    18  	github.com/mattn/go-isatty v0.0.20 // indirect
    19  	github.com/mitchellh/copystructure v1.2.0 // indirect
    20  	github.com/mitchellh/reflectwalk v1.0.2 // indirect
    21  	github.com/stretchr/testify v1.9.0 // indirect
    22  	golang.org/x/crypto v0.21.0 // indirect
    23  	golang.org/x/sys v0.18.0 // indirect
    24  )