2021-10-15 08:17:56 +00:00
|
|
|
module kumoly.io/tools/myip
|
|
|
|
|
|
|
|
go 1.17
|
2021-10-15 16:58:49 +00:00
|
|
|
|
2021-10-15 19:15:49 +00:00
|
|
|
require (
|
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
|
|
github.com/spf13/cobra v1.2.1
|
|
|
|
)
|
2021-10-15 16:58:49 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|