From b8c52a5e6306c945273bd0753ac7642e2429e625 Mon Sep 17 00:00:00 2001 From: hillium Date: Thu, 1 Dec 2022 17:26:04 +0800 Subject: [PATCH] restore go.mod Signed-off-by: hillium --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 6be8afb44a135..8c68ec0d5137c 100644 --- a/go.mod +++ b/go.mod @@ -253,7 +253,6 @@ require ( replace ( // fix potential security issue(CVE-2020-26160) introduced by indirect dependency. github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.6-0.20210809144907-32ab6a8243d7+incompatible - github.com/pingcap/tidb/parser => ./parser go.opencensus.io => go.opencensus.io v0.23.1-0.20220331163232-052120675fac )