From 4a2ffafe2d300f0621855be8de8f13c8fc61284c Mon Sep 17 00:00:00 2001 From: waldner Date: Wed, 13 Jan 2021 13:34:50 +0100 Subject: [PATCH] fix build problems with latest version of CoreDNS --- setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.go b/setup.go index 9b1265e..ad83606 100644 --- a/setup.go +++ b/setup.go @@ -3,7 +3,7 @@ package redis import ( "strconv" - "github.com/caddyserver/caddy" + "github.com/coredns/caddy" "github.com/coredns/coredns/core/dnsserver" "github.com/coredns/coredns/plugin" )