diff options
author | 2018-02-08 15:00:25 +0000 | |
---|---|---|
committer | 2018-02-08 15:00:25 +0000 | |
commit | 864f5023563fc15eb9c06cec98685d3ba657ba3c (patch) | |
tree | acabe4be31205ae98b2e034f09c9c5e6df4ecd84 /core/plugin/zplugin.go | |
parent | 74a9d28f1b500260a2512db0cc9c535f9389595a (diff) | |
download | coredns-864f5023563fc15eb9c06cec98685d3ba657ba3c.tar.gz coredns-864f5023563fc15eb9c06cec98685d3ba657ba3c.tar.zst coredns-864f5023563fc15eb9c06cec98685d3ba657ba3c.zip |
Run go genenerate (#1506)
Forward still wasn't right; run make -f Makefile.doc, as well for good
measure.
Diffstat (limited to 'core/plugin/zplugin.go')
-rw-r--r-- | core/plugin/zplugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index a81c8ef9b..75fb797a4 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -17,6 +17,7 @@ import ( _ "github.com/coredns/coredns/plugin/etcd" _ "github.com/coredns/coredns/plugin/federation" _ "github.com/coredns/coredns/plugin/file" + _ "github.com/coredns/coredns/plugin/forward" _ "github.com/coredns/coredns/plugin/health" _ "github.com/coredns/coredns/plugin/hosts" _ "github.com/coredns/coredns/plugin/kubernetes" @@ -36,7 +37,6 @@ import ( _ "github.com/coredns/coredns/plugin/tls" _ "github.com/coredns/coredns/plugin/trace" _ "github.com/coredns/coredns/plugin/whoami" - _ "github.com/coredns/forward" _ "github.com/mholt/caddy/onevent" _ "github.com/mholt/caddy/startupshutdown" ) |