Skip to content

Commit

Permalink
Replace github.com/mholt/caddy github.com/caddyserver/caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Faris committed Sep 6, 2019
1 parent d364e01 commit 718de6b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sort"
"strings"

"github.com/mholt/caddy"
"github.com/caddyserver/caddy"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"reflect"
"testing"

"github.com/mholt/caddy"
"github.com/miquella/caddy-awses"
"github.com/caddyserver/caddy"
awses "github.com/miquella/caddy-awses"
)

type TestCase struct {
Expand Down
2 changes: 1 addition & 1 deletion dipatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"

"github.com/aws/aws-sdk-go/aws/session"
"github.com/mholt/caddy/caddyhttp/httpserver"
"github.com/caddyserver/caddy/caddyhttp/httpserver"
)

type Dispatcher struct {
Expand Down
4 changes: 2 additions & 2 deletions setup.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package awses

import (
"github.com/mholt/caddy"
"github.com/mholt/caddy/caddyhttp/httpserver"
"github.com/caddyserver/caddy"
"github.com/caddyserver/caddy/caddyhttp/httpserver"
)

func init() {
Expand Down

0 comments on commit 718de6b

Please sign in to comment.