mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 09:11:45 +00:00
Introduce util/bkmaps.SyncMap[K, V] as a generic typed wrapper around sync.Map. Migrate usages in definition, builder, solver, and contentutil packages, removing unchecked type assertions at each call site. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>