We have proto files that import "google/api/annotations.proto";. I'm adding # gazelle:resolve proto go google/api/annotations.proto @org_golang_google_genproto//googleapis/api/annotations to some BUILD files but gazelle is still adding "@go_googleapis//google/api:annotations_go_proto" as a dep to go_library rules.
How do I find out why gazelle is doing that?