mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00

This solves an issue with a non-existing module: ``` $ go mod tidy [...] github.com/mitchellh/osext@v0.0.0-20151018003038-5e2d6d41470f: invalid version ``` Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>