From 8be77cef42de5a9f35a8e873f184ac9f2cd19975 Mon Sep 17 00:00:00 2001 From: Dreamer <745124335@qq.com> Date: Wed, 13 Oct 2021 21:34:01 +0800 Subject: [PATCH] upgrade tibc-go --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a961be9f6..7ac0b90bd 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/irisnet/irishub go 1.15 require ( - github.com/bianjieai/tibc-go v0.1.1-0.20211011054311-73ba57fc758d + github.com/bianjieai/tibc-go v0.1.1-0.20211013113400-8ed8223c61f1 github.com/cosmos/cosmos-sdk v0.44.1 github.com/cosmos/ibc-go v1.1.0 github.com/gogo/protobuf v1.3.3 diff --git a/go.sum b/go.sum index 467cae7b2..51fdcff56 100644 --- a/go.sum +++ b/go.sum @@ -161,8 +161,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= -github.com/bianjieai/tibc-go v0.1.1-0.20211011054311-73ba57fc758d h1:ANAYsB+X6mAkIOUG8WWJcUT5IEPMsPHWa0UA+yKo5oY= -github.com/bianjieai/tibc-go v0.1.1-0.20211011054311-73ba57fc758d/go.mod h1:400nXSmZHTEdyssJUXyfdxm8WdbodDn8s99mZE0Ckdw= +github.com/bianjieai/tibc-go v0.1.1-0.20211013113400-8ed8223c61f1 h1:AnKLP/hTN2rGP1Ng0c6UXIwOagbTYOwMwVv8A5Eed04= +github.com/bianjieai/tibc-go v0.1.1-0.20211013113400-8ed8223c61f1/go.mod h1:mVk/hXupai7WQot65BtCiEExNTNVu7AmnZhBIVM4Ibc= github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/bketelsen/crypt v0.0.4/go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqOes/6LfM=