mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
move pluginutils -> helper/pluginutils
I wanted a different color bikeshed, so I get to paint it
This commit is contained in:
@@ -3,9 +3,9 @@ package agent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/hashicorp/nomad/pluginutils/catalog"
|
||||
"github.com/hashicorp/nomad/pluginutils/loader"
|
||||
"github.com/hashicorp/nomad/pluginutils/singleton"
|
||||
"github.com/hashicorp/nomad/helper/pluginutils/catalog"
|
||||
"github.com/hashicorp/nomad/helper/pluginutils/loader"
|
||||
"github.com/hashicorp/nomad/helper/pluginutils/singleton"
|
||||
)
|
||||
|
||||
// setupPlugins is used to setup the plugin loaders.
|
||||
|
||||
Reference in New Issue
Block a user