From df3fa0cd16ed293e3ca7dc8fa7c13b36d5f33f97 Mon Sep 17 00:00:00 2001 From: milad Date: Tue, 6 Aug 2024 11:47:14 +0330 Subject: [PATCH] removed coreum local replacement --- go.mod | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 435908d4..18774ba6 100644 --- a/go.mod +++ b/go.mod @@ -4,11 +4,8 @@ module github.com/CoreumFoundation/crust // Build tool installs newer go, but the tool itself must be built using a preexisting version. go 1.22.4 -replace ( - // github.com/CoreumFoundation/coreum/v4 => ../coreum - // FIXME: remove when there is a fix for https://github.com/spf13/viper/issues/1706 - github.com/spf13/viper => github.com/spf13/viper v1.16.0 -) +// FIXME: remove when there is a fix for https://github.com/spf13/viper/issues/1706 +replace github.com/spf13/viper => github.com/spf13/viper v1.16.0 require ( cosmossdk.io/math v1.3.0