summaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorBhasker Hariharan <bhaskerh@google.com>2018-11-09 14:37:42 -0800
committerShentubot <shentubot@google.com>2018-11-09 14:38:46 -0800
commit33089561b1d53dada959a312ab69574cd6635b4b (patch)
tree7b497da71c6c238eafe4faf49bb2a9bbb0b4cddf /WORKSPACE
parent93e88760b0d0c9c6656f7773f68540b1853d169b (diff)
Add an implementation of a SACK scoreboard as per RFC6675.
PiperOrigin-RevId: 220866996 Change-Id: I89d48215df57c00d6a6ec512fc18712a2ea9080b
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index f442f58eb..a22dc7596 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -131,3 +131,9 @@ http_archive(
"https://github.com/google/glog/archive/028d37889a1e80e8a07da1b8945ac706259e5fd8.tar.gz",
],
)
+
+go_repository(
+ name = "com_github_google_btree",
+ importpath = "github.com/google/btree",
+ commit = "4030bb1f1f0c35b30ca7009e9ebd06849dd45306",
+)