Skip to content

Commit 90a4127

Browse files
authored
use global dictionary. (istio#363)
* use global dictionary. * update mixerclient with comment fix.
1 parent a5e6a34 commit 90a4127

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/envoy/mixer/integration_test/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ gogoslick_proto_library(
139139
native.new_git_repository(
140140
name = "com_github_istio_api",
141141
build_file_content = ISTIO_API_BUILD_FILE,
142-
commit = "8edd0f7d57cd336ed8acd7ada91ffd4ef5f2a1c4",
142+
commit = "da77a025c7fcf9b3d21eac8928451091ec0b31f8",
143143
remote = "https://github.com/istio/api.git",
144144
)
145145

@@ -211,6 +211,6 @@ def go_mixer_repositories(use_local_api=False):
211211

212212
go_repository(
213213
name = "com_github_istio_mixer",
214-
commit = "c685be4eb9578cb8edb3d8164b9b56f70b813c77",
214+
commit = "1eb238c30420a3f5f144e9895ab8e3c9d6afb75b",
215215
importpath = "github.com/istio/mixer",
216216
)

src/envoy/mixer/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
################################################################################
1616
#
1717

18-
MIXER_CLIENT = "6080a5318230c61f03c5e5d03288e5ee67ae4952"
18+
MIXER_CLIENT = "2c2c8184c27de7a9e96eb1a27b7421650fbade27"
1919

2020
def mixer_client_repositories(bind=True):
2121
native.git_repository(

0 commit comments

Comments
 (0)