mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
chore: Remove unnecessary _ imports (#64158)
These imports don't seem to have side-effects so dropping them to keep the dependency graph simple. Test plan: E2E CI still passes.
This commit is contained in:
parent
6b98c253ab
commit
ff52b14dd1
@ -8,7 +8,6 @@ go_library(
|
||||
visibility = ["//cmd/frontend:__subpackages__"],
|
||||
deps = [
|
||||
"//cmd/frontend/enterprise",
|
||||
"//cmd/frontend/internal/auth",
|
||||
"//cmd/frontend/internal/dotcom/productsubscription",
|
||||
"//cmd/frontend/internal/licensing/enforcement",
|
||||
"//cmd/frontend/internal/licensing/resolvers",
|
||||
|
||||
@ -6,7 +6,6 @@ import (
|
||||
"github.com/sourcegraph/log"
|
||||
|
||||
"github.com/sourcegraph/sourcegraph/cmd/frontend/enterprise"
|
||||
_ "github.com/sourcegraph/sourcegraph/cmd/frontend/internal/auth"
|
||||
"github.com/sourcegraph/sourcegraph/cmd/frontend/internal/dotcom/productsubscription"
|
||||
"github.com/sourcegraph/sourcegraph/cmd/frontend/internal/licensing/enforcement"
|
||||
"github.com/sourcegraph/sourcegraph/cmd/frontend/internal/licensing/resolvers"
|
||||
|
||||
@ -18,7 +18,6 @@ go_library(
|
||||
deps = [
|
||||
"//cmd/frontend/enterprise",
|
||||
"//cmd/frontend/graphqlbackend",
|
||||
"//cmd/frontend/internal/auth",
|
||||
"//internal/actor",
|
||||
"//internal/codeintel",
|
||||
"//internal/conf",
|
||||
|
||||
@ -6,7 +6,6 @@ import (
|
||||
"github.com/sourcegraph/log"
|
||||
|
||||
"github.com/sourcegraph/sourcegraph/cmd/frontend/enterprise"
|
||||
_ "github.com/sourcegraph/sourcegraph/cmd/frontend/internal/auth"
|
||||
"github.com/sourcegraph/sourcegraph/internal/codeintel"
|
||||
"github.com/sourcegraph/sourcegraph/internal/conf"
|
||||
"github.com/sourcegraph/sourcegraph/internal/conf/conftypes"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user