From c301e8c5cfaf2b54fa1a02ea2858dda06775b211 Mon Sep 17 00:00:00 2001 From: davemay99 Date: Mon, 21 Sep 2020 11:20:08 -0400 Subject: [PATCH] add missing import --- helper/raftutil/state.go | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/raftutil/state.go b/helper/raftutil/state.go index 72fc2142b..7b155b799 100644 --- a/helper/raftutil/state.go +++ b/helper/raftutil/state.go @@ -4,6 +4,7 @@ import ( "bytes" "fmt" "os" + "path/filepath" "github.com/hashicorp/go-msgpack/codec" "github.com/hashicorp/nomad/nomad/structs"