summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index d49f4de..2624f19 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,7 +1,7 @@
[submodule "third_party/secure_message"]
path = third_party/secure_message
- url = https://github.com/apolyudov/securemessage
- branch = release
+ url = https://github.com/google/securemessage
+ branch = master
[submodule "third_party/gtest"]
path = third_party/gtest
url = https://github.com/google/googletest
@@ -10,3 +10,7 @@
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf
branch = master
+[submodule "third_party/absl"]
+ path = third_party/absl
+ url = https://github.com/abseil/abseil-cpp
+ branch = master