mirror of
https://github.com/moby/buildkit.git
synced 2026-06-24 08:47:57 +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>