tcping/go.mod

10 lines
170 B
Modula-2
Raw Normal View History

2020-05-11 22:38:50 +08:00
module github.com/i3h/tcping
go 1.13
2019-11-09 10:07:49 +08:00
require (
2020-05-11 22:38:50 +08:00
github.com/fatih/color v1.9.0
github.com/sirupsen/logrus v1.6.0
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
2019-11-09 10:07:49 +08:00
)