1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
module github.com/shenwei356/util
go 1.17
require (
github.com/montanaflynn/stats v0.6.6
github.com/pkg/errors v0.9.1
github.com/shenwei356/breader v0.3.2
github.com/shenwei356/natsort v0.0.0-20190418160752-600d539c017d
github.com/spf13/cobra v1.4.0
github.com/twotwotwo/sorts v0.0.0-20160814051341-bf5c1f2b8553
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/shenwei356/xopen v0.2.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
)
|