18 lines
530 B
Modula-2
18 lines
530 B
Modula-2
module github.com/noobly314/pingme
|
|
|
|
require (
|
|
github.com/aeden/traceroute v0.0.0-20181124220833-147686d9cb0f
|
|
github.com/fatih/color v1.7.0
|
|
github.com/gin-contrib/cors v1.3.0
|
|
github.com/gin-gonic/gin v1.5.0
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
go.etcd.io/bbolt v1.3.3
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
|
)
|
|
|
|
go 1.13
|