From ff6be21a217ec2820268b5486a9ff0cb6db8a9a5 Mon Sep 17 00:00:00 2001 From: Tyler French Date: Fri, 27 Sep 2024 13:08:14 -0400 Subject: [PATCH] fix --- docs/go/core/bzlmod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/go/core/bzlmod.md b/docs/go/core/bzlmod.md index 41c95f9f9..7d919dec7 100644 --- a/docs/go/core/bzlmod.md +++ b/docs/go/core/bzlmod.md @@ -255,7 +255,7 @@ The root module can override certain aspects of the dependency resolution perfor [`replace` directives](https://go.dev/ref/mod#go-mod-file-replace) in `go.mod` can be used to replace particular or all versions of dependencies with other versions or entirely different modules. -```go +``` replace( golang.org/x/net v1.2.3 => example.com/fork/net v1.4.5 golang.org/x/mod => example.com/my/mod v1.4.5