Commit 9652357 1 parent 7e4a43c commit 9652357 Copy full SHA for 9652357
File tree 14 files changed +23
-23
lines changed
14 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ go_library(
22
22
visibility = ["//visibility:private" ],
23
23
deps = [
24
24
"//module" ,
25
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
26
- "@com_github_lyft_protoc_gen_star //lang/go" ,
25
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
26
+ "@com_github_lyft_protoc_gen_star_v2 //lang/go" ,
27
27
"@org_golang_google_protobuf//types/pluginpb" ,
28
28
],
29
29
)
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ go_library(
22
22
visibility = ["//visibility:private" ],
23
23
deps = [
24
24
"//module" ,
25
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
26
- "@com_github_lyft_protoc_gen_star //lang/go" ,
25
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
26
+ "@com_github_lyft_protoc_gen_star_v2 //lang/go" ,
27
27
"@org_golang_google_protobuf//types/pluginpb" ,
28
28
],
29
29
)
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ go_library(
22
22
visibility = ["//visibility:private" ],
23
23
deps = [
24
24
"//module" ,
25
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
26
- "@com_github_lyft_protoc_gen_star //lang/go" ,
25
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
26
+ "@com_github_lyft_protoc_gen_star_v2 //lang/go" ,
27
27
"@org_golang_google_protobuf//types/pluginpb" ,
28
28
],
29
29
)
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ go_library(
22
22
visibility = ["//visibility:private" ],
23
23
deps = [
24
24
"//module" ,
25
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
26
- "@com_github_lyft_protoc_gen_star //lang/go" ,
25
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
26
+ "@com_github_lyft_protoc_gen_star_v2 //lang/go" ,
27
27
"@org_golang_google_protobuf//types/pluginpb" ,
28
28
],
29
29
)
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ def go_third_party():
218
218
)
219
219
220
220
go_repository (
221
- name = "com_github_lyft_protoc_gen_star " ,
221
+ name = "com_github_lyft_protoc_gen_star_v2 " ,
222
222
importpath = "github.com/lyft/protoc-gen-star/v2" ,
223
223
sum = "h1:keaAo8hRuAT0O3DfJ/wM3rufbAjGeJ1lAtWZHDjKGB0=" ,
224
224
version = "v2.0.1" ,
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ def go_third_party():
218
218
)
219
219
220
220
go_repository (
221
- name = "com_github_lyft_protoc_gen_star " ,
221
+ name = "com_github_lyft_protoc_gen_star_v2 " ,
222
222
importpath = "github.com/lyft/protoc-gen-star/v2" ,
223
223
sum = "h1:erE0rdztuaDq3bpGifD95wfoPrSZc95nGA6tbiNYh6M=" ,
224
224
version = "v0.6.1" ,
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ go_library(
12
12
"//templates" ,
13
13
"//templates/java" ,
14
14
"//validate:validate_go" ,
15
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
16
- "@com_github_lyft_protoc_gen_star //lang/go" ,
15
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
16
+ "@com_github_lyft_protoc_gen_star_v2 //lang/go" ,
17
17
"@org_golang_google_protobuf//proto" ,
18
18
"@org_golang_google_protobuf//types/known/durationpb" ,
19
19
"@org_golang_google_protobuf//types/known/timestamppb" ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ go_library(
11
11
"//templates/go" ,
12
12
"//templates/java" ,
13
13
"//templates/shared" ,
14
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
15
- "@com_github_lyft_protoc_gen_star //lang/go" ,
14
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
15
+ "@com_github_lyft_protoc_gen_star_v2 //lang/go" ,
16
16
],
17
17
)
18
18
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ go_library(
28
28
deps = [
29
29
"//templates/shared" ,
30
30
"@com_github_iancoleman_strcase//:strcase" ,
31
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
32
- "@com_github_lyft_protoc_gen_star //lang/go" ,
31
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
32
+ "@com_github_lyft_protoc_gen_star_v2 //lang/go" ,
33
33
"@org_golang_google_protobuf//types/known/durationpb" ,
34
34
"@org_golang_google_protobuf//types/known/timestamppb" ,
35
35
],
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ go_library(
10
10
visibility = ["//visibility:public" ],
11
11
deps = [
12
12
"//templates/cc" ,
13
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
13
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
14
14
],
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ go_library(
14
14
visibility = ["//visibility:public" ],
15
15
deps = [
16
16
"//templates/goshared" ,
17
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
17
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
18
18
],
19
19
)
20
20
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ go_library(
26
26
deps = [
27
27
"//templates/shared" ,
28
28
"@com_github_iancoleman_strcase//:strcase" ,
29
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
30
- "@com_github_lyft_protoc_gen_star //lang/go" ,
29
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
30
+ "@com_github_lyft_protoc_gen_star_v2 //lang/go" ,
31
31
"@org_golang_google_protobuf//types/known/durationpb" ,
32
32
"@org_golang_google_protobuf//types/known/timestamppb" ,
33
33
],
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ go_library(
28
28
deps = [
29
29
"//templates/shared" ,
30
30
"@com_github_iancoleman_strcase//:strcase" ,
31
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
32
- "@com_github_lyft_protoc_gen_star //lang/go" ,
31
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
32
+ "@com_github_lyft_protoc_gen_star_v2 //lang/go" ,
33
33
"@org_golang_google_protobuf//types/known/durationpb" ,
34
34
"@org_golang_google_protobuf//types/known/timestamppb" ,
35
35
],
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ go_library(
14
14
visibility = ["//visibility:public" ],
15
15
deps = [
16
16
"//validate:validate_go" ,
17
- "@com_github_lyft_protoc_gen_star //:protoc-gen-star" ,
17
+ "@com_github_lyft_protoc_gen_star_v2 //:protoc-gen-star" ,
18
18
"@org_golang_google_protobuf//proto" ,
19
19
],
20
20
)
You can’t perform that action at this time.
0 commit comments