31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module starwiz.cn/sjy01/preprocessing
|
|
|
|
go 1.21.0
|
|
|
|
require github.com/k0kubun/pp v3.0.1+incompatible
|
|
|
|
require (
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
golang.org/x/term v0.20.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/duke-git/lancet/v2 v2.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
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
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
|
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|