diff --git a/setup.go b/setup.go
index 223e86a6bef05aed1c8c6b356c732f17e4426cdd..d9289bb9b51a79b923a6aa78786348aebfc80200 100644
--- a/setup.go
+++ b/setup.go
@@ -3,7 +3,7 @@ package redis
 import (
 	"strconv"
 
-	"github.com/mholt/caddy"
+	"github.com/caddyserver/caddy"
 	"github.com/coredns/coredns/core/dnsserver"
 	"github.com/coredns/coredns/plugin"
 )
@@ -108,4 +108,4 @@ func redisParse(c *caddy.Controller) (*Redis, error) {
 		return &redis, nil
 	}
 	return &Redis{}, nil
-}
\ No newline at end of file
+}