defenseunicorns / pkg

Common Go modules maintained by Defense Unicorns
Apache License 2.0
5 stars 4 forks source link

chore: remove concurrency tools from helpers #86

Closed lucasrod16 closed 3 months ago

lucasrod16 commented 3 months ago

Description

Zarf was the only user of these tools, but we have since refactored our code to use errgroups rather than ConcurrencyTools

https://github.com/defenseunicorns/zarf/pull/2460/files#diff-efb99da1ff0c60478a053ac9f6acfa8eba6237adc87cd430cdbf3b5a32d1b16c

Related Issue

Fixes #70