Browse Source

Update the import paths for Caddy

Signed-off-by: Aaron <github@jadja.eu>
pull/1/head
Aaron 7 years ago
parent
commit
d380dfaac9
No known key found for this signature in database GPG Key ID: A9D19C65F26A21B1
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      handler.go
  2. +2
    -2
      setup.go

+ 1
- 1
handler.go View File

@ -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 {


+ 2
- 2
setup.go View File

@ -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() {


Loading…
Cancel
Save