github.com/mithrandie/csvq@v1.18.1/go.mod (about) 1 module github.com/mithrandie/csvq 2 3 require ( 4 github.com/mitchellh/go-homedir v1.1.0 5 github.com/mithrandie/go-file/v2 v2.1.0 6 github.com/mithrandie/go-text v1.6.0 7 github.com/mithrandie/readline-csvq v1.3.0 8 github.com/mithrandie/ternary v1.1.1 9 github.com/urfave/cli/v2 v2.25.1 10 golang.org/x/crypto v0.7.0 11 golang.org/x/sys v0.6.0 12 golang.org/x/text v0.8.0 13 ) 14 15 require ( 16 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect 17 github.com/russross/blackfriday/v2 v2.1.0 // indirect 18 github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect 19 golang.org/x/term v0.6.0 // indirect 20 ) 21 22 go 1.18