From 2daf3f5a7fee2e9d18eed9e7f37e2139dda5cb75 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 19 Sep 2024 11:04:47 +0200 Subject: [PATCH] chore: use tagged ibc version --- ignite/templates/app/files/go.mod.plush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignite/templates/app/files/go.mod.plush b/ignite/templates/app/files/go.mod.plush index ad96cdb2cd..cd3416213c 100644 --- a/ignite/templates/app/files/go.mod.plush +++ b/ignite/templates/app/files/go.mod.plush @@ -35,7 +35,7 @@ require ( github.com/cosmos/cosmos-sdk v0.50.9 github.com/cosmos/gogoproto v1.7.0 github.com/cosmos/ibc-go/modules/capability v1.0.1 - github.com/cosmos/ibc-go/v8 v8.5.1-0.20240911080511-34a0d0147847 + github.com/cosmos/ibc-go/v8 v8.5.1 github.com/golang/protobuf v1.5.4 github.com/gorilla/mux v1.8.1 github.com/grpc-ecosystem/grpc-gateway v1.16.0