17 lines
383 B
Modula-2
17 lines
383 B
Modula-2
module kumoly.io/tools/myip
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/jedib0t/go-pretty/v6 v6.2.4
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/spf13/cobra v1.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
)
|