修复关闭的会话仍然显示在线的问题 fixes #25

This commit is contained in:
dushixiang
2021-01-12 21:37:27 +08:00
parent 6f2bf6c9ba
commit 3bb7d2d49b
7 changed files with 49 additions and 23 deletions

1
go.mod
View File

@ -11,6 +11,7 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/sftp v1.12.0
github.com/pquerna/otp v1.3.0
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.7.1