mirror of
https://github.com/containers/podman.git
synced 2025-06-02 02:26:52 +08:00
pkg: switch to golang native error wrapping
We now use the golang error wrapping format specifier `%w` instead of the deprecated github.com/pkg/errors package. [NO NEW TESTS NEEDED] Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
package util
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
"errors"
|
||||
)
|
||||
|
||||
func GetContainerPidInformationDescriptors() ([]string, error) {
|
||||
|
Reference in New Issue
Block a user