mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-22 04:08:49 +02:00
0f48a6dd40
The PR refactors code by replacing usage of `golang.org/exp/slices`/`golang.org/exp/maps` package with the standard `slices`/`maps`. Additionally, replace the function `keys(someMap)` with `slices.Compact(maps.Keys(someMap))` Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>