Makes GeneratePrivateData() public

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229239892
This commit is contained in:
Fang Yu
2019-01-14 13:12:28 -08:00
parent e35ce1c32e
commit 4f5c02fb39
4 changed files with 18 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ git_repository(
git_repository(
name = "protobuf_repo",
remote = "https://github.com/google/protobuf.git",
tag = "v3.5.0",
tag = "v3.6.1.3",
)
git_repository(
@@ -28,7 +28,7 @@ git_repository(
git_repository(
name = "gflags_repo",
commit = "fe57e5af4db74ab298523f06d2c43aa895ba9f98", # 2016-07-20
commit = "e171aa2d15ed9eb17054558e0b3a6a413bb01067", # 2018-11-11
remote = "https://github.com/gflags/gflags.git",
)