move catalog + grpcutils

This commit is contained in:
Alex Dadgar
2019-01-14 16:45:57 -08:00
committed by Michael Schurter
parent 7e81a9e3c4
commit b9f36134dc
14 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/hashicorp/nomad/plugins/base/proto"
"github.com/hashicorp/nomad/plugins/shared/grpcutils"
"github.com/hashicorp/nomad/pluginutils/grpcutils"
"github.com/hashicorp/nomad/plugins/shared/hclspec"
)