From 14766682702c07f26c451f1b6bf2e3eb8a006a10 Mon Sep 17 00:00:00 2001
From: 龙赣华 <slongertian@gmail.com>
Date: 星期三, 22 五月 2019 11:51:56 +0800
Subject: [PATCH] modify filemaxage and filerotation between two file

---
 go.mod |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/go.mod b/go.mod
index fcf016b..f761513 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@
 go 1.12
 
 require (
+	github.com/jonboulle/clockwork v0.1.0 // indirect
 	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

--
Gitblit v1.8.0