Skip to content

Commit

Permalink
add tibc route
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-zq committed Jul 26, 2024
1 parent ad41935 commit 586301f
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 20 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bianjieai/irita

go 1.19
go 1.21

replace (
github.com/cometbft/cometbft => github.com/bianjieai/cometbft v0.37.5-irita-240628
Expand All @@ -13,7 +13,7 @@ replace (
require (
cosmossdk.io/simapp v0.0.0-20230608160436-666c345ad23d
cosmossdk.io/tools/rosetta v0.2.1
github.com/bianjieai/tibc-go v0.5.1-0.20240726020438-210099137d0b
github.com/bianjieai/tibc-go v0.5.1-0.20240726030954-3664ffbdcbc7
github.com/cosmos/cosmos-sdk v0.47.12
iritamod.bianjie.ai/api v0.0.0-20240725020316-2fe96dcb32a4
iritamod.bianjie.ai/modules/genutil v0.0.0-20240725020316-2fe96dcb32a4
Expand Down Expand Up @@ -55,7 +55,6 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.18.2
golang.org/x/crypto v0.22.0
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.33.0
mods.irisnet.org/api v0.0.0-20240628054110-4cb043e0238a
Expand Down Expand Up @@ -236,6 +235,7 @@ require (
go.opentelemetry.io/otel/trace v1.21.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.16.0 // indirect
golang.org/x/sync v0.6.0 // indirect
Expand Down
Loading

0 comments on commit 586301f

Please sign in to comment.