aboutsummaryrefslogtreecommitdiff
path: root/plugin/backend.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/backend.go')
-rw-r--r--plugin/backend.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/backend.go b/plugin/backend.go
index 289b08856..b288f2c9a 100644
--- a/plugin/backend.go
+++ b/plugin/backend.go
@@ -6,7 +6,7 @@ import (
"github.com/miekg/dns"
- "golang.org/x/net/context"
+ "context"
)
// ServiceBackend defines a (dynamic) backend that returns a slice of service definitions.