mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
Fixes: https://github.com/containers/podman/issues/14230 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
10 lines
158 B
Go
10 lines
158 B
Go
package common
|
|
|
|
import (
|
|
"github.com/containers/podman/v4/cmd/podman/registry"
|
|
)
|
|
|
|
var (
|
|
// Pull in configured json library
|
|
json = registry.JSONLibrary()
|
|
)
|