This commit is contained in:
Alex Dadgar
2019-01-15 11:22:56 -08:00
committed by Michael Schurter
parent 72f8851254
commit fe2fa21a7d
5 changed files with 5 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ import (
"fmt"
"github.com/hashicorp/nomad/plugins/base/proto"
"github.com/hashicorp/nomad/pluginutils/grpcutils"
"github.com/hashicorp/nomad/plugins/shared/hclspec"
"github.com/hashicorp/nomad/pluginutils/grpcutils"
)
// BasePluginClient implements the client side of a remote base plugin, using

View File

@@ -13,10 +13,10 @@ import (
"github.com/hashicorp/nomad/nomad/structs"
"github.com/hashicorp/nomad/plugins/base"
"github.com/hashicorp/nomad/plugins/drivers/proto"
"github.com/hashicorp/nomad/pluginutils/grpcutils"
"github.com/hashicorp/nomad/plugins/shared/hclspec"
pstructs "github.com/hashicorp/nomad/plugins/shared/structs"
sproto "github.com/hashicorp/nomad/plugins/shared/structs/proto"
"github.com/hashicorp/nomad/pluginutils/grpcutils"
"google.golang.org/grpc/status"
)