File tree 1 file changed +2
-2
lines changed
protoc-gen-openapiv2/internal/genopenapi 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ go_library(
20
20
"//internal/descriptor" ,
21
21
"//internal/generator" ,
22
22
"//protoc-gen-openapiv2/options" ,
23
- "@com_github_golang_protobuf//descriptor:go_default_library_gen" ,
24
- "@com_github_golang_protobuf//ptypes/any" ,
25
23
"@in_gopkg_yaml_v3//:yaml_v3" ,
26
24
"@org_golang_google_genproto_googleapis_api//annotations" ,
27
25
"@org_golang_google_genproto_googleapis_api//visibility" ,
28
26
"@org_golang_google_genproto_googleapis_rpc//status" ,
29
27
"@org_golang_google_grpc//grpclog" ,
30
28
"@org_golang_google_protobuf//encoding/protojson" ,
31
29
"@org_golang_google_protobuf//proto" ,
30
+ "@org_golang_google_protobuf//reflect/protodesc" ,
32
31
"@org_golang_google_protobuf//types/descriptorpb" ,
32
+ "@org_golang_google_protobuf//types/known/anypb" ,
33
33
"@org_golang_google_protobuf//types/known/structpb" ,
34
34
"@org_golang_google_protobuf//types/pluginpb" ,
35
35
"@org_golang_x_text//cases" ,
You can’t perform that action at this time.
0 commit comments