myip/go.mod

11 lines
189 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
require github.com/spf13/cobra v1.2.1
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)