mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-12 08:38:50 +01:00
appease the linter
This commit is contained in:
parent
f49d2c5b02
commit
5610ff9db4
1 changed files with 1 additions and 1 deletions
|
@ -21,10 +21,10 @@ import (
|
|||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/google/uuid"
|
||||
"go.uber.org/zap"
|
||||
|
||||
"github.com/caddyserver/caddy/v2"
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in a new issue