diff --git a/WORKSPACE b/WORKSPACE index 5fc7c40cc0c572078530d2d05fc67150d8692716..4bc9ba600026c45fe28db6dd2649576b44a115ff 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -32,7 +32,7 @@ http_archive( # glog git_repository( name = "com_github_google_glog", - remote = "git@gitlab.ushareit.me:ads/algorithm/adsservice/glog.git", + remote = "git@gitee.com:project_dsp/glog.git", tag = "v1.0.0", ) @@ -50,14 +50,14 @@ bind( # protobuf git_repository( name = "com_google_protobuf", - remote = "git@gitlab.ushareit.me:ads/algorithm/adsservice/protobuf.git", + remote = "git@gitee.com:project_dsp/protobuf.git", tag = "v3.6.1.3", ) # leveldb git_repository( name = "com_github_google_leveldb", - remote = "git@gitlab.ushareit.me:ads/algorithm/adsservice/base/leveldb.git", + remote = "git@gitee.com:project_dsp/leveldb.git", tag = "v1.0.0", )