diff options
Diffstat (limited to 'tour/go.mod')
| -rw-r--r-- | tour/go.mod | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
