Skip to content

Commit

Permalink
squash: fix missing import in new test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkChaos committed Nov 21, 2023
1 parent 69fd160 commit 6537089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resolver/upstream_resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/0xERR0R/blocky/config"
. "github.com/0xERR0R/blocky/helpertest"
"github.com/0xERR0R/blocky/log"
"github.com/0xERR0R/blocky/model"

Check failure on line 14 in resolver/upstream_resolver_test.go

View workflow job for this annotation

GitHub Actions / make (lint, true, false)

ST1019: package "github.com/0xERR0R/blocky/model" is being imported more than once (stylecheck)
. "github.com/0xERR0R/blocky/model"

Check failure on line 15 in resolver/upstream_resolver_test.go

View workflow job for this annotation

GitHub Actions / make (lint, true, false)

ST1019(related information): other import of "github.com/0xERR0R/blocky/model" (stylecheck)
"github.com/0xERR0R/blocky/util"
"github.com/miekg/dns"
Expand Down

0 comments on commit 6537089

Please sign in to comment.