36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module starwiz.cn/sjy01/preprocessing
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.0
|
|
|
|
require (
|
|
github.com/jonboulle/clockwork v0.4.0 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.33.1 // indirect
|
|
github.com/tealeg/xlsx v1.0.5 // indirect
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/term v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/duke-git/lancet/v2 v2.3.1
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/k0kubun/pp/v3 v3.2.0
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
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.20 // 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
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|