From 2c2f1328b79ef36e491dbe98bc9feea33709bc5a Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 29 Apr 2026 12:53:45 -0500 Subject: [PATCH] Cite go module change The go module for podman is changing and we want a deprecation notice in the 5.8 branch. Signed-off-by: Brent Baude --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index d2528768d5..4819a1909d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,4 @@ +// Deprecated: The podman go module has been moved to go.podman.io/podman starting with the v6 release (i.e. go.podman.io/podman/v6) module github.com/containers/podman/v5 // Warning: if there is a "toolchain" directive anywhere in this file (and most of the