This commit is contained in:
nuknal
2024-05-08 17:28:20 +08:00
commit 3cd797cd4a
9 changed files with 301 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module starwiz.cn/sjy01/preprocessing
go 1.21.0
require (
github.com/duke-git/lancet/v2 v2.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a // indirect
)