loader and singleton

This commit is contained in:
Alex Dadgar
2019-01-14 16:50:05 -08:00
committed by Michael Schurter
parent b9f36134dc
commit c19cd2e5cf
35 changed files with 31 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ package catalog
import (
"sync"
"github.com/hashicorp/nomad/plugins/shared/loader"
"github.com/hashicorp/nomad/pluginutils/loader"
)
var (

View File

@@ -3,7 +3,7 @@ package catalog
import (
"github.com/hashicorp/nomad/helper/testlog"
"github.com/hashicorp/nomad/nomad/structs/config"
"github.com/hashicorp/nomad/plugins/shared/loader"
"github.com/hashicorp/nomad/pluginutils/loader"
"github.com/mitchellh/go-testing-interface"
)