postgres-operator/pkg
Eng Zer Jun eddf521227
Replace `golang.org/x/exp` with stdlib (#2857)
* 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>

* Run go mod tidy

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

---------

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
2025-10-14 11:59:48 +02:00
..
apis update codegen (#2832) 2025-01-03 16:18:17 +01:00
apiserver Add operator deployment readiness probe (#1874) 2023-01-05 18:29:47 +01:00
cluster Replace `golang.org/x/exp` with stdlib (#2857) 2025-10-14 11:59:48 +02:00
controller upgrade Go from 1.23.4 to 1.25.0 (#2945) 2025-08-19 14:40:39 +02:00
generated update codegen (#2832) 2025-01-03 16:18:17 +01:00
spec Add abitility to set QPS and Burst limits for api client (#2667) 2024-12-23 08:53:27 +01:00
teams improve additional teams lookup (#2445) 2023-10-16 16:48:19 +02:00
util Extend MaintenanceWindows parameter usage (#2810) 2025-01-15 18:04:36 +01:00