From f604b6ce3877bf7d612c3aaaa429a304bd2fa383 Mon Sep 17 00:00:00 2001
From: "Bryan C. Mills"
+ When an import cannot be resolved using the active modules,
+ the go
command will now try to use the modules mentioned in the
+ main module's replace
directives before consulting the module
+ cache and the usual network sources.
+ If a matching replacement is found but the replace
directive does
+ not specify a version, the go
command uses a pseudo-version
+ derived from the zero time.Time
(such
+ as v0.0.0-00010101000000-000000000000
).
+
-- 2.48.1