Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Sep 21, 2023
1 parent 78e4708 commit 0acf48e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
with:
# This field is required. Dont set the patch version to always use
# the latest patch version.
version: v1.51.2
version: v1.54.1
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ linters:
- ineffassign
- staticcheck
- unused
- bodyclose
- depguard
- dupl
- gocyclo
- goimports
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
"github.com/AdguardTeam/golibs/netutil/sysresolv"
"net"
"os"
"strconv"
Expand All @@ -15,6 +14,7 @@ import (

"github.com/AdguardTeam/dnsproxy/upstream"
"github.com/AdguardTeam/golibs/log"
"github.com/AdguardTeam/golibs/netutil/sysresolv"
"github.com/ameshkov/dnsstamps"
"github.com/miekg/dns"
)
Expand Down

0 comments on commit 0acf48e

Please sign in to comment.