diff options
| author | Your Name <you@example.com> | 2026-05-19 02:08:37 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-19 02:08:37 +0530 |
| commit | 75688d55b3c8d13c8c9a50da9668ec408f684cb3 (patch) | |
| tree | fcf1512e8909136de2bc865faaff20af51d959af /.gitmodules | |
| parent | 7f70b568972e875d5d9cc52631b663a50ecbaa0a (diff) | |
build: add ws dependency for relay integration tests
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e4b0dbf..7438185 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | [submodule "nucula_src"] | 1 | [submodule "nucula_src"] |
| 2 | path = nucula_src | 2 | path = nucula_src |
| 3 | url = https://github.com/zeugmaster/nucula.git | 3 | url = https://github.com/zeugmaster/nucula.git |
| 4 | [submodule "components/esp-miner"] | ||
| 5 | path = components/esp-miner | ||
| 6 | url = https://github.com/bitaxeorg/ESP-Miner.git | ||