neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
142 stars 16 forks source link

go.mod: Remove unused cilium replace directives #992

Closed sharnoff closed 1 week ago

sharnoff commented 2 weeks ago

These were previously required because of versioning controller-tools in go.mod, but we removed that in #985, so these replaces aren't needed.

Came across this while rebasing #929