-
- Downloads
Add tests for pruneHostPool & replaceHost
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- network/gateway/gateway.go 2 additions, 2 deletionsnetwork/gateway/gateway.go
- network/gateway/gateway_test.go 231 additions, 0 deletionsnetwork/gateway/gateway_test.go
- network/gateway/utils_test.go 105 additions, 0 deletionsnetwork/gateway/utils_test.go
... | @@ -21,7 +21,7 @@ require ( | ... | @@ -21,7 +21,7 @@ require ( |
gitlab.com/elixxir/crypto v0.0.7-0.20210319231554-b73b6e62ddbc | gitlab.com/elixxir/crypto v0.0.7-0.20210319231554-b73b6e62ddbc | ||
gitlab.com/elixxir/ekv v0.1.4 | gitlab.com/elixxir/ekv v0.1.4 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20210309193003-ef42ebb4800b | gitlab.com/elixxir/primitives v0.0.3-0.20210309193003-ef42ebb4800b | ||
gitlab.com/xx_network/comms v0.0.4-0.20210323205910-f01316c830dd | gitlab.com/xx_network/comms v0.0.4-0.20210329190058-55f9bdf16249 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210319231335-249c6b1aa323 | gitlab.com/xx_network/crypto v0.0.5-0.20210319231335-249c6b1aa323 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a | gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
... | ... |
network/gateway/gateway_test.go
0 → 100644
network/gateway/utils_test.go
0 → 100644
Please register or sign in to comment