From 76ddaa8b842f365e1ec4d97c731876a00a479c4b Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 12 Sep 2025 21:43:20 -0700 Subject: [PATCH] Update go.mod --- test/kafka/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/kafka/go.mod b/test/kafka/go.mod index ca7658273..c1c86d973 100644 --- a/test/kafka/go.mod +++ b/test/kafka/go.mod @@ -14,8 +14,6 @@ require ( replace github.com/seaweedfs/seaweedfs => ../../ -replace github.com/segmentio/kafka-go => /Users/chrislu/dev/kafka-go - require ( cloud.google.com/go/auth v0.16.5 // indirect cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect