From 2388848f4751064c4f44d104be1e94907b967c2b Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 25 Jul 2022 22:15:24 +0530 Subject: [PATCH] Killing dyatlov/go-opengraph with fire (#20706) Correctly updating this requires PRs in multiple repositories. Fixing this with a hammer for now to unblock server. ```release-note NONE ``` --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 569c956299..4f0f239fca 100644 --- a/go.mod +++ b/go.mod @@ -185,5 +185,6 @@ require ( exclude ( github.com/RoaringBitmap/roaring v0.7.0 github.com/RoaringBitmap/roaring v0.7.1 + github.com/dyatlov/go-opengraph v0.0.0-20210112100619-dae8665a5b09 github.com/willf/bitset v1.2.0 )