Skip to content

Commit

Permalink
fix(deps): remove unnecessary comment for uuid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Kočí committed Nov 5, 2024
1 parent 28bae90 commit 1ec5a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/cookielab/traefik-middleware-request-logger

go 1.19

require github.com/google/uuid v1.6.0 // indirect
require github.com/google/uuid v1.6.0
1 change: 1 addition & 0 deletions logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"net/http"
"os"
"time"

"github.com/google/uuid" //nolint:depguard
)

Expand Down

0 comments on commit 1ec5a87

Please sign in to comment.