Skip to content

Commit 825a2e2

Browse files
authored
Merge pull request #2991 from irisnet/fix/query_txs
fix: fix query txs error
2 parents b2a0de8 + ccbc8d1 commit 825a2e2

File tree

2 files changed

+40
-41
lines changed

2 files changed

+40
-41
lines changed

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.7
55
require (
66
github.com/bianjieai/nft-transfer v1.1.3-ibc-v7.3.0.0.20241107152113-c88a3ab19870
77
github.com/bianjieai/tibc-go v0.5.1-0.20241202081401-7f861f1a49ef
8-
github.com/cometbft/cometbft v0.38.12
8+
github.com/cometbft/cometbft v0.38.15
99
github.com/cometbft/cometbft-db v0.14.1 // indirect
1010
github.com/cosmos/cosmos-sdk v0.50.11-lsm
1111
github.com/cosmos/gogoproto v1.7.0
@@ -163,7 +163,7 @@ require (
163163
github.com/danieljoos/wincred v1.1.2 // indirect
164164
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
165165
github.com/deckarep/golang-set v1.8.0 // indirect
166-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
166+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
167167
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
168168
github.com/dgraph-io/ristretto v0.1.1 // indirect
169169
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -173,7 +173,7 @@ require (
173173
github.com/felixge/httpsnoop v1.0.4 // indirect
174174
github.com/fsnotify/fsnotify v1.7.0 // indirect
175175
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
176-
github.com/go-kit/kit v0.12.0 // indirect
176+
github.com/go-kit/kit v0.13.0 // indirect
177177
github.com/go-kit/log v0.2.1 // indirect
178178
github.com/go-logfmt/logfmt v0.6.0 // indirect
179179
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -209,31 +209,31 @@ require (
209209
github.com/jmespath/go-jmespath v0.4.0 // indirect
210210
github.com/jmhodges/levigo v1.0.0 // indirect
211211
github.com/klauspost/compress v1.17.9 // indirect
212-
github.com/lib/pq v1.10.7 // indirect
212+
github.com/lib/pq v1.10.9 // indirect
213213
github.com/magiconair/properties v1.8.7 // indirect
214214
github.com/manifoldco/promptui v0.9.0 // indirect
215215
github.com/mattn/go-colorable v0.1.13 // indirect
216216
github.com/mattn/go-isatty v0.0.20 // indirect
217217
github.com/mattn/go-runewidth v0.0.9 // indirect
218-
github.com/minio/highwayhash v1.0.2 // indirect
218+
github.com/minio/highwayhash v1.0.3 // indirect
219219
github.com/mitchellh/go-homedir v1.1.0 // indirect
220220
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
221221
github.com/mitchellh/mapstructure v1.5.0 // indirect
222222
github.com/mtibben/percent v0.2.1 // indirect
223223
github.com/olekukonko/tablewriter v0.0.5 // indirect
224224
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
225-
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
225+
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
226226
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
227-
github.com/prometheus/client_golang v1.20.1 // indirect
227+
github.com/prometheus/client_golang v1.20.5 // indirect
228228
github.com/prometheus/client_model v0.6.1 // indirect
229-
github.com/prometheus/common v0.55.0 // indirect
229+
github.com/prometheus/common v0.60.1 // indirect
230230
github.com/prometheus/procfs v0.15.1 // indirect
231231
github.com/prometheus/tsdb v0.7.1 // indirect
232232
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
233233
github.com/rjeczalik/notify v0.9.1 // indirect
234234
github.com/rs/cors v1.11.1 // indirect
235235
github.com/rs/zerolog v1.33.0 // indirect
236-
github.com/sasha-s/go-deadlock v0.3.1 // indirect
236+
github.com/sasha-s/go-deadlock v0.3.5 // indirect
237237
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
238238
github.com/spf13/afero v1.11.0 // indirect
239239
github.com/status-im/keycard-go v0.2.0 // indirect
@@ -249,11 +249,11 @@ require (
249249
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
250250
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
251251
github.com/zondax/hid v0.9.2 // indirect
252-
go.etcd.io/bbolt v1.3.10 // indirect
252+
go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
253253
go.opencensus.io v0.24.0 // indirect
254254
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
255255
golang.org/x/net v0.30.0 // indirect
256-
golang.org/x/oauth2 v0.22.0 // indirect
256+
golang.org/x/oauth2 v0.23.0 // indirect
257257
golang.org/x/sync v0.8.0 // indirect
258258
golang.org/x/sys v0.26.0 // indirect
259259
golang.org/x/term v0.25.0 // indirect

0 commit comments

Comments
 (0)