3 Commits

Author SHA1 Message Date
Paweł Gronowski
70907e2988 libnetwork: Drop golang-set dependency
Replace the setmatrix package's use of golang-set with a small local
map-backed set implementation. The package already serializes access with
its own mutex, so the external dependency was not buying us much and made
this small utility harder to keep self-contained.

Removing it trims the dependency surface and avoids carrying an otherwise
single-purpose module for a narrow internal use case.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-04-16 12:13:42 +02:00
Sebastiaan van Stijn
cf15d5bbc6 remove obsolete //go:build tags
These are no longer needed as these are now part of a module.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-08-01 00:49:22 +02:00
Derek McGowan
7a720df61f Move libnetwork to daemon/libnetwork
Signed-off-by: Derek McGowan <derek@mcg.dev>
2025-07-14 09:25:23 -07:00