From d380dfaac96d96345987eea5d2b03f6928a23c96 Mon Sep 17 00:00:00 2001 From: Aaron <44198148+whalehub@users.noreply.github.com> Date: Tue, 9 Jul 2019 16:52:02 +0200 Subject: [PATCH] Update the import paths for Caddy Signed-off-by: Aaron --- handler.go | 2 +- setup.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/handler.go b/handler.go index d606d53..5da7f98 100644 --- a/handler.go +++ b/handler.go @@ -6,7 +6,7 @@ import ( "time" "github.com/datadog/datadog-go/statsd" - "github.com/mholt/caddy/caddyhttp/httpserver" + "github.com/caddyserver/caddy/caddyhttp/httpserver" ) type dogstatsdHandler struct { diff --git a/setup.go b/setup.go index c777f16..db11705 100644 --- a/setup.go +++ b/setup.go @@ -6,8 +6,8 @@ import ( "strings" "github.com/datadog/datadog-go/statsd" - "github.com/mholt/caddy" - "github.com/mholt/caddy/caddyhttp/httpserver" + "github.com/caddyserver/caddy" + "github.com/caddyserver/caddy/caddyhttp/httpserver" ) func init() {