From 2e06797ff13dad3a7916a20f8b65bc9ac14c93dc Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 26 Feb 2025 17:43:20 -0500 Subject: tour: deprecate and retract the nested module It stopped being a nested module and its content was merged into x/website in CL 323897. It was never intended to be a published module, rather it happened to be one during earlier development of x/website. Because the golang.org/x/website/tour module has a longer path than the golang.org/x/website module, it gets in the way when trying to install or run the latest version of the tour command. So, deprecate and retact all of its versions to fix that. For golang/go#47236. Change-Id: I88615fc25cd6531d4650210ca8063c53a68ac81a --- tour/go.mod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tour/go.mod b/tour/go.mod index a1d1ebfb..3d75c354 100644 --- a/tour/go.mod +++ b/tour/go.mod @@ -1,6 +1,12 @@ +// Deprecated: The content of this nested module has been +// merged into the top-level module in go.dev/cl/323897. +// Use tour from the golang.org/x/website module instead. module golang.org/x/website/tour -go 1.11 +// Retract all pseudo-versions and the retraction version. +retract [v0.0.0-0, v0.1.0] + +go 1.16 require ( golang.org/x/tools v0.1.3-0.20210525215409-a3eb095d6aee -- cgit v1.3