From a88cf6510adfeecde28761bd1a280ef83602fc0a Mon Sep 17 00:00:00 2001 From: Cameron Kleiman Date: Wed, 23 Oct 2024 14:54:01 -0400 Subject: [PATCH] Update sarama library link --- content/en/data_streams/go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/data_streams/go.md b/content/en/data_streams/go.md index 8707cf33f9ace..1d874fb91ddc3 100644 --- a/content/en/data_streams/go.md +++ b/content/en/data_streams/go.md @@ -47,7 +47,7 @@ If a service consumes data from one point and produces to another point, propaga ```go import ( - ddsarama "gopkg.in/DataDog/dd-trace-go.v1/contrib/Shopify/sarama" + ddsarama "gopkg.in/DataDog/dd-trace-go.v1/contrib/IBM/sarama.v1" ) ...