Skip to content

Commit

Permalink
fix: support double quote query with normal event query
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Apr 10, 2024
1 parent a7a8f55 commit a625712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ replace github.com/gogo/grpc => google.golang.org/grpc v1.33.2

replace google.golang.org/grpc => google.golang.org/grpc v1.33.2

replace github.com/tendermint/tendermint => github.com/oraichain/tendermint v0.34.23-fix-double-quote-query
replace github.com/tendermint/tendermint => github.com/oraichain/tendermint v0.34.23-double-quote-fix-query
4 changes: 2 additions & 2 deletions module/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,8 @@ github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5/go.mod h1:/wsWhb9smxS
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/oraichain/tendermint v0.34.23-fix-double-quote-query h1:V2h1BMuIZc0LNF7jH7DEKdDT7uAKFM9WCZXJ0+iFqtg=
github.com/oraichain/tendermint v0.34.23-fix-double-quote-query/go.mod h1:rXVrl4OYzmIa1I91av3iLv2HS0fGSiucyW9J4aMTpKI=
github.com/oraichain/tendermint v0.34.23-double-quote-fix-query h1:Ovhyu0T4jOmC6NENfeFbtj5qBUEyzGQQRRgPxNjqgYw=
github.com/oraichain/tendermint v0.34.23-double-quote-fix-query/go.mod h1:rXVrl4OYzmIa1I91av3iLv2HS0fGSiucyW9J4aMTpKI=
github.com/ory/dockertest v3.3.5+incompatible h1:iLLK6SQwIhcbrG783Dghaaa3WPzGc+4Emza6EbVUUGA=
github.com/osmosis-labs/bech32-ibc v0.3.0-rc1 h1:frHKHEdPfzoK2iMF2GeWKudLLzUXz+6GJcdZ/TMcs2k=
github.com/osmosis-labs/bech32-ibc v0.3.0-rc1/go.mod h1:X5/FZHMPL+B3ufuVyY2/koxVjd4hIwyTLjYP1DZwppQ=
Expand Down

0 comments on commit a625712

Please sign in to comment.