buildah/util
Eng Zer Jun 59024c41ad
refactor: replace golang.org/x/exp with stdlib
These experimental packages are now available in the Go standard
library since Go 1.21:

	1. golang.org/x/exp/slices -> slices [1]
	2. golang.org/x/exp/maps -> maps [2]

[1]: https://go.dev/doc/go1.21#slices
[2]: https://go.dev/doc/go1.21#maps

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2025-01-24 00:27:55 +08:00
..
types.go Stop using DefaultNetworkSysctl and use containers.conf only 2023-11-13 11:46:04 -05:00
util.go refactor: replace golang.org/x/exp with stdlib 2025-01-24 00:27:55 +08:00
util_test.go util.SortMounts(): make the returned order more stable 2022-11-30 16:14:22 -05:00
util_unix.go *: fix build tags 2024-08-09 17:05:30 -07:00
util_unsupported.go *: fix build tags 2024-08-09 17:05:30 -07:00
util_windows.go *: fix build tags 2024-08-09 17:05:30 -07:00