Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
dkreuer committed Jan 12, 2024
1 parent 072ae24 commit 4060851
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion fail2ban.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ package traefik_plugin_fail2ban //nolint:revive,stylecheck
import (
"context"
"fmt"
"github.com/zerodha/logf"
"net"
"net/http"
"regexp"
"sort"
"strconv"
"strings"
"time"

"github.com/zerodha/logf"
)

type configIPSpec struct {
Expand Down
3 changes: 2 additions & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package traefik_plugin_fail2ban

import (
"fmt"
"github.com/zerodha/logf"
"strings"
"time"

"github.com/zerodha/logf"
)

func NewLogger(logLevel string) *logf.Logger {
Expand Down
3 changes: 2 additions & 1 deletion response_writer.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package traefik_plugin_fail2ban //nolint:revive,stylecheck

import (
"github.com/zerodha/logf"
"net/http"
"strconv"

"github.com/zerodha/logf"
)

// ResponseWriter wrapping original ResponseWriter with response check handling.
Expand Down

0 comments on commit 4060851

Please sign in to comment.