Skip to content

Commit

Permalink
WIP: Fix import path for pdns-go bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Anhad Jai Singh committed Jan 17, 2018
1 parent 09f5e93 commit a4bcb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/pdns.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4bcb83

Please sign in to comment.