Files
moby/daemon/libnetwork/networkdb/cluster_test.go
Paweł Gronowski b7e7d3f065 libnetwork: Remove montanaflynn/stats dependency
Replace the stats library usage in cluster_test.go with a small inline
distributionStats helper that computes mean, stddev, min, and max using
stdlib math.

The library was only used in a single test file and pulled in ~4k of
vendored code for trivial arithmetic.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-04-16 12:15:44 +02:00

4.5 KiB