feat: support ping command

This commit is contained in:
buyuxiang
2022-07-27 15:00:43 +08:00
parent 1692e3a772
commit b4fac2bea3
4 changed files with 153 additions and 0 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/getsentry/sentry-go v0.13.0
github.com/go-errors/errors v1.0.1
github.com/go-openapi/spec v0.20.6
github.com/go-ping/ping v1.1.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.1