aux extraction
This commit is contained in:
8
go.mod
8
go.mod
@@ -2,10 +2,18 @@ module starwiz.cn/sjy01/preprocessing
|
||||
|
||||
go 1.21.0
|
||||
|
||||
require github.com/k0kubun/pp v3.0.1+incompatible
|
||||
|
||||
require (
|
||||
github.com/duke-git/lancet/v2 v2.3.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.16 // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
github.com/spf13/cobra v1.8.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasttemplate v1.2.2 // indirect
|
||||
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a // indirect
|
||||
golang.org/x/sys v0.1.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user