diff --git a/pkg/commands/resolver_test.go b/pkg/commands/resolver_test.go index 862d764c96..af615af3a5 100644 --- a/pkg/commands/resolver_test.go +++ b/pkg/commands/resolver_test.go @@ -20,9 +20,9 @@ import ( "errors" "fmt" "io" - "os" "log" "net/http/httptest" + "os" "path" "strings" "testing"