topolvm / pvc-autoresizer

Auto-resize PersistentVolumeClaim objects based on Prometheus metrics
Apache License 2.0
249 stars 29 forks source link

Avoid using github.com/pkg/errors directly #270

Closed daichimukai closed 4 months ago

daichimukai commented 4 months ago

The go module "github.com/pkg/errors" had been archived on 2021. In this commit we avoid using this module directly and use fmt.Errorf() from the standard library instead.