summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/proxyprotocol/listenerwrapper.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/caddyhttp/proxyprotocol/listenerwrapper.go')
-rw-r--r--modules/caddyhttp/proxyprotocol/listenerwrapper.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/caddyhttp/proxyprotocol/listenerwrapper.go b/modules/caddyhttp/proxyprotocol/listenerwrapper.go
index fd90499..f404c06 100644
--- a/modules/caddyhttp/proxyprotocol/listenerwrapper.go
+++ b/modules/caddyhttp/proxyprotocol/listenerwrapper.go
@@ -19,8 +19,9 @@ import (
"net"
"time"
- "github.com/caddyserver/caddy/v2"
"github.com/mastercactapus/proxyprotocol"
+
+ "github.com/caddyserver/caddy/v2"
)
// ListenerWrapper provides PROXY protocol support to Caddy by implementing