aboutsummaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http.go b/http/http.go
index 36496cd..7fdd16a 100644
--- a/http/http.go
+++ b/http/http.go
@@ -8,7 +8,7 @@ import (
"time"
"github.com/mpolden/zdns/cache"
- "github.com/mpolden/zdns/dnsutil"
+ "github.com/mpolden/zdns/dns/dnsutil"
"github.com/mpolden/zdns/log"
)