myip/go.mod

17 lines
383 B
Modula-2
Raw Normal View History

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 (
2021-10-16 18:22:55 +00:00
github.com/jedib0t/go-pretty/v6 v6.2.4
2021-10-15 19:15:49 +00:00
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
2021-10-16 18:22:55 +00:00
github.com/mattn/go-runewidth v0.0.9 // indirect
2021-10-15 16:58:49 +00:00
github.com/spf13/pflag v1.0.5 // indirect
2021-10-16 18:22:55 +00:00
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
2021-10-15 16:58:49 +00:00
)