Browse Source

Merge pull request #1 from whalehub/master

Update the import paths for Caddy
master
Brett Langdon 7 years ago
committed by GitHub
parent
commit
6b94b6f1d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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