Skip to content

Commit

Permalink
Update api in repositories.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
bianpengyuan committed Aug 9, 2018
1 parent 55107f3 commit 4191995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ cc_library(
actual = "@googletest_git//:googletest_prod",
)

ISTIO_API = "123b0a79a4dba5bd653dcac09cf731b8002e5341"
ISTIO_API = "85f06ac32da4744449da69643bf9d4e149e14892"

def mixerapi_repositories(bind=True):
BUILD = """
Expand Down Expand Up @@ -168,6 +168,7 @@ cc_proto_library(
srcs = glob(
["envoy/config/filter/http/authn/v2alpha1/*.proto",
"authentication/v1alpha1/*.proto",
"common/v1alpha1/*.proto",
],
),
default_runtime = "//external:protobuf",
Expand Down

0 comments on commit 4191995

Please sign in to comment.