github.com/tomwright/dasel@v1.27.3/go.mod (about) 1 module github.com/tomwright/dasel 2 3 go 1.17 4 5 require ( 6 github.com/Masterminds/sprig/v3 v3.2.2 7 github.com/alecthomas/chroma v0.9.2 8 github.com/clbanning/mxj/v2 v2.3.3-0.20201214204241-e937bdee5a3e 9 github.com/pelletier/go-toml v1.9.5-0.20220105141732-fed146406641 10 github.com/spf13/cobra v1.2.1 11 golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 12 golang.org/x/text v0.3.7 13 gopkg.in/yaml.v2 v2.4.0 14 ) 15 16 require ( 17 github.com/Masterminds/goutils v1.1.1 // indirect 18 github.com/Masterminds/semver/v3 v3.1.1 // indirect 19 github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect 20 github.com/dlclark/regexp2 v1.4.0 // indirect 21 github.com/google/uuid v1.1.2 // indirect 22 github.com/huandu/xstrings v1.3.1 // indirect 23 github.com/imdario/mergo v0.3.11 // indirect 24 github.com/inconshreveable/mousetrap v1.0.0 // indirect 25 github.com/mitchellh/copystructure v1.0.0 // indirect 26 github.com/mitchellh/reflectwalk v1.0.0 // indirect 27 github.com/shopspring/decimal v1.2.0 // indirect 28 github.com/spf13/cast v1.3.1 // indirect 29 github.com/spf13/pflag v1.0.5 // indirect 30 golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect 31 )