postgres-operator
postgres-operator copied to clipboard
Replace `golang.org/x/exp` with stdlib
These experimental packages are now available in the Go standard library since Go 1.21.
golang.org/x/exp/slices->slices(https://go.dev/doc/go1.21#slices)golang.org/x/exp/maps->maps(https://go.dev/doc/go1.21#maps)