File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ gogoslick_proto_library(
139
139
native .new_git_repository (
140
140
name = "com_github_istio_api" ,
141
141
build_file_content = ISTIO_API_BUILD_FILE ,
142
- commit = "8edd0f7d57cd336ed8acd7ada91ffd4ef5f2a1c4 " ,
142
+ commit = "da77a025c7fcf9b3d21eac8928451091ec0b31f8 " ,
143
143
remote = "https://github.com/istio/api.git" ,
144
144
)
145
145
@@ -211,6 +211,6 @@ def go_mixer_repositories(use_local_api=False):
211
211
212
212
go_repository (
213
213
name = "com_github_istio_mixer" ,
214
- commit = "c685be4eb9578cb8edb3d8164b9b56f70b813c77 " ,
214
+ commit = "1eb238c30420a3f5f144e9895ab8e3c9d6afb75b " ,
215
215
importpath = "github.com/istio/mixer" ,
216
216
)
Original file line number Diff line number Diff line change 15
15
################################################################################
16
16
#
17
17
18
- MIXER_CLIENT = "6080a5318230c61f03c5e5d03288e5ee67ae4952 "
18
+ MIXER_CLIENT = "2c2c8184c27de7a9e96eb1a27b7421650fbade27 "
19
19
20
20
def mixer_client_repositories (bind = True ):
21
21
native .git_repository (
You can’t perform that action at this time.
0 commit comments