drivers: Move client/drivers/executor to drivers/shared/executor

This commit is contained in:
Danielle Tomlinson
2018-11-28 17:05:10 +01:00
parent 6756ffd052
commit d2136e0aa7
31 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/hashicorp/go-hclog"
"github.com/hashicorp/go-plugin"
"github.com/hashicorp/nomad/client/driver/executor"
"github.com/hashicorp/nomad/drivers/shared/executor"
"github.com/hashicorp/nomad/plugins/drivers"
)