From 5c237c07c9d118addc3bb22095d480dc54e4500f Mon Sep 17 00:00:00 2001 From: dudong2 Date: Wed, 13 Mar 2024 16:40:58 +0900 Subject: [PATCH] chore: Remove unnecessary comment --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 86cdd604bf..0b19fd9abb 100644 --- a/go.mod +++ b/go.mod @@ -253,7 +253,6 @@ replace ( github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76 github.com/cosmos/cosmos-sdk => github.com/b-harvest/cosmos-sdk v0.0.0-20240313073139-626d176b6d6c - // github.com/cosmos/cosmos-sdk => /Users/dudong2/workspace/github.com/b-harvest/cosmos-sdk // Fix upstream GHSA-h395-qcrw-5vmq vulnerability. // TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409 github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0