From eb8a78737e01427076899ed238b3d34dc2e9a809 Mon Sep 17 00:00:00 2001
From: Sarah Wang <sarah.wang2009@gmail.com>
Date: Tue, 14 Jan 2025 14:32:57 -0500
Subject: [PATCH] nit

---
 api/go.mod | 1 -
 1 file changed, 1 deletion(-)

diff --git a/api/go.mod b/api/go.mod
index 6fa2b17ad..ee23adc47 100644
--- a/api/go.mod
+++ b/api/go.mod
@@ -6,7 +6,6 @@ toolchain go1.22.7
 
 require (
 	github.com/DataDog/datadog-api-client-go/v2 v2.27.0
-	github.com/google/go-cmp v0.6.0 // indirect
 	github.com/pkg/errors v0.9.1
 	github.com/stretchr/testify v1.9.0
 	k8s.io/api v0.31.1