From a5b682e40a0c3558cb8ce122308a3762b764877e Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 4 May 2018 11:48:43 -0700 Subject: [PATCH] raftsnap: clean up import paths Signed-off-by: Gyuho Lee --- raftsnap/db.go | 1 + 1 file changed, 1 insertion(+) diff --git a/raftsnap/db.go b/raftsnap/db.go index 3c2f577a5..cf3acb23e 100644 --- a/raftsnap/db.go +++ b/raftsnap/db.go @@ -23,6 +23,7 @@ import ( "path/filepath" "github.com/coreos/etcd/pkg/fileutil" + humanize "github.com/dustin/go-humanize" "go.uber.org/zap" )