diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2018-12-07 22:36:16 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-07 16:36:16 -0500 |
| commit | ba429ccde860fa52258f0d5769a8d23f62029ecd (patch) | |
| tree | 6153dd9ad67b4f16295bb1ebca26f9f50ee34337 /.gitmodules | |
| parent | 0d3584cf4625c78a6f7f7568757d702d32755668 (diff) | |
Add benchmark for net/http (#1289)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d9240f27e..238cee526 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ path = build url = https://github.com/denoland/chromium_build.git branch = deno +[submodule "js/deps/https/deno.land/x/net"] + path = js/deps/https/deno.land/x/net + url = https://github.com/denoland/deno_net.git |
