Skip to content

Commit

Permalink
Caddyfile support for TLS handshake matchers:
Browse files Browse the repository at this point in the history
- fix imports order

Co-authored-by: Francis Lavoie <[email protected]>
  • Loading branch information
vnxme and francislavoie authored Jul 24, 2024
1 parent eb6a04d commit 0c48ee3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/caddytls/matchers.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ import (
"net/netip"
"strings"

"github.com/caddyserver/certmagic"
"go.uber.org/zap"

"github.com/caddyserver/caddy/v2"
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
"github.com/caddyserver/certmagic"
"go.uber.org/zap"
)

func init() {
Expand Down

0 comments on commit 0c48ee3

Please sign in to comment.