raftsnap: clean up import paths

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-05-04 11:48:43 -07:00
parent e11f3d852f
commit a5b682e40a

View File

@ -23,6 +23,7 @@ import (
"path/filepath"
"github.com/coreos/etcd/pkg/fileutil"
humanize "github.com/dustin/go-humanize"
"go.uber.org/zap"
)