mirror of
https://github.com/containers/skopeo.git
synced 2025-09-01 22:58:24 +00:00
> go get github.com/containers/image/v5@main > make vendor Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Minimal Go logging using logr and Go's standard library
This package implements the logr interface in terms of Go's standard log package(https://pkg.go.dev/log).