Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix name of protoc_gen_star_v2 repo #900

Merged
merged 2 commits into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ go_library(
visibility = ["//visibility:private"],
deps = [
"//module",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star//lang/go",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//lang/go",
"@org_golang_google_protobuf//types/pluginpb",
],
)
4 changes: 2 additions & 2 deletions cmd/protoc-gen-validate-cpp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ go_library(
visibility = ["//visibility:private"],
deps = [
"//module",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star//lang/go",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//lang/go",
"@org_golang_google_protobuf//types/pluginpb",
],
)
4 changes: 2 additions & 2 deletions cmd/protoc-gen-validate-go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ go_library(
visibility = ["//visibility:private"],
deps = [
"//module",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star//lang/go",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//lang/go",
"@org_golang_google_protobuf//types/pluginpb",
],
)
4 changes: 2 additions & 2 deletions cmd/protoc-gen-validate-java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ go_library(
visibility = ["//visibility:private"],
deps = [
"//module",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star//lang/go",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//lang/go",
"@org_golang_google_protobuf//types/pluginpb",
],
)
2 changes: 1 addition & 1 deletion dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def go_third_party():
)

go_repository(
name = "com_github_lyft_protoc_gen_star",
name = "com_github_lyft_protoc_gen_star_v2",
importpath = "github.com/lyft/protoc-gen-star/v2",
sum = "h1:keaAo8hRuAT0O3DfJ/wM3rufbAjGeJ1lAtWZHDjKGB0=",
version = "v2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion example-workspace/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def go_third_party():
)

go_repository(
name = "com_github_lyft_protoc_gen_star",
name = "com_github_lyft_protoc_gen_star_v2",
importpath = "github.com/lyft/protoc-gen-star/v2",
sum = "h1:erE0rdztuaDq3bpGifD95wfoPrSZc95nGA6tbiNYh6M=",
version = "v0.6.1",
Expand Down
4 changes: 2 additions & 2 deletions module/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ go_library(
"//templates",
"//templates/java",
"//validate:validate_go",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star//lang/go",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//lang/go",
"@org_golang_google_protobuf//proto",
"@org_golang_google_protobuf//types/known/durationpb",
"@org_golang_google_protobuf//types/known/timestamppb",
Expand Down
4 changes: 2 additions & 2 deletions templates/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ go_library(
"//templates/go",
"//templates/java",
"//templates/shared",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star//lang/go",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//lang/go",
],
)

Expand Down
4 changes: 2 additions & 2 deletions templates/cc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ go_library(
deps = [
"//templates/shared",
"@com_github_iancoleman_strcase//:strcase",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star//lang/go",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//lang/go",
"@org_golang_google_protobuf//types/known/durationpb",
"@org_golang_google_protobuf//types/known/timestamppb",
],
Expand Down
2 changes: 1 addition & 1 deletion templates/ccnop/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ go_library(
visibility = ["//visibility:public"],
deps = [
"//templates/cc",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
],
)

Expand Down
2 changes: 1 addition & 1 deletion templates/go/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ go_library(
visibility = ["//visibility:public"],
deps = [
"//templates/goshared",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
],
)

Expand Down
4 changes: 2 additions & 2 deletions templates/goshared/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ go_library(
deps = [
"//templates/shared",
"@com_github_iancoleman_strcase//:strcase",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star//lang/go",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//lang/go",
"@org_golang_google_protobuf//types/known/durationpb",
"@org_golang_google_protobuf//types/known/timestamppb",
],
Expand Down
4 changes: 2 additions & 2 deletions templates/java/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ go_library(
deps = [
"//templates/shared",
"@com_github_iancoleman_strcase//:strcase",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star//lang/go",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//lang/go",
"@org_golang_google_protobuf//types/known/durationpb",
"@org_golang_google_protobuf//types/known/timestamppb",
],
Expand Down
2 changes: 1 addition & 1 deletion templates/shared/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ go_library(
visibility = ["//visibility:public"],
deps = [
"//validate:validate_go",
"@com_github_lyft_protoc_gen_star//:protoc-gen-star",
"@com_github_lyft_protoc_gen_star_v2//:protoc-gen-star",
"@org_golang_google_protobuf//proto",
],
)
Expand Down