From 654f273baaaba63bf73fd46a65ecd1440c4758fe Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 4 Jun 2019 13:35:44 -0400 Subject: [minor] move to within.website/x (#14) * move to within.website/x * Update user_agent.go * cmd/within.website: add bot info page --- cmd/dnsd/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/dnsd') diff --git a/cmd/dnsd/main.go b/cmd/dnsd/main.go index d6e4df4..6cbc442 100644 --- a/cmd/dnsd/main.go +++ b/cmd/dnsd/main.go @@ -11,8 +11,8 @@ import ( "time" "fmt" - "github.com/Xe/x/web" - "github.com/Xe/x/internal" + "within.website/x/web" + "within.website/x/internal" "github.com/miekg/dns" "github.com/mmikulicic/stringlist" ) -- cgit v1.2.3