add missing import

This commit is contained in:
davemay99
2020-09-21 11:20:08 -04:00
parent 0295b541ce
commit c301e8c5cf

View File

@@ -4,6 +4,7 @@ import (
"bytes"
"fmt"
"os"
"path/filepath"
"github.com/hashicorp/go-msgpack/codec"
"github.com/hashicorp/nomad/nomad/structs"