From a4bcb832e0e4a8bcd114cd8b7f1fa2788e911cce Mon Sep 17 00:00:00 2001 From: Anhad Jai Singh Date: Wed, 17 Jan 2018 20:14:45 +0530 Subject: [PATCH] WIP: Fix import path for pdns-go bindings --- provider/pdns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/pdns.go b/provider/pdns.go index 75e6ba4dfc..92a5c4ef76 100644 --- a/provider/pdns.go +++ b/provider/pdns.go @@ -11,9 +11,9 @@ import ( log "github.com/sirupsen/logrus" + pgo "github.com/ffledgling/pdns-go" "github.com/kubernetes-incubator/external-dns/endpoint" "github.com/kubernetes-incubator/external-dns/plan" - pgo "github.com/kubernetes-incubator/external-dns/provider/internal/pdns-go" ) type pdnsChangeType string