mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
feat: added utils cli
This commit is contained in:
10
cli/go.mod
Normal file
10
cli/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module github.com/crawlab-team/crawlab/cli
|
||||
|
||||
go 1.22
|
||||
|
||||
require github.com/spf13/cobra v1.8.1
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user