From a27f1d9078dba3b11f0a3c1e536a2f98b64d250d Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 30 五月 2019 10:49:02 +0800 Subject: [PATCH] change time to [-60s,-40s] --- go.mod | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index fcf016b..cccc624 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,7 @@ require ( github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible github.com/lestrrat-go/strftime v0.0.0-20180821113735-8b31f9c59b0f // indirect - github.com/pkg/errors v0.8.1 + github.com/pkg/errors v0.8.1 // indirect github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 - github.com/rs/zerolog v1.14.3 - github.com/sirupsen/logrus v1.4.1 + github.com/sirupsen/logrus v1.4.2 ) -- Gitblit v1.8.0