Skip to content

Commit b3af095

Browse files
igor-sirotindlipicar
authored andcommitted
chore: bump go-waku and go-discover (#6983)
1 parent 06f94f6 commit b3af095

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ require (
9898
github.com/schollz/peerdiscovery v1.7.0
9999
github.com/status-im/extkeys v1.4.0
100100
github.com/status-im/go-wallet-sdk v0.0.0-20250924175027-d5faf23a5ef7
101-
github.com/waku-org/go-waku v0.10.0
101+
github.com/waku-org/go-waku v0.10.1-0.20251003225121-06c9af60f35b
102102
github.com/waku-org/waku-go-bindings v0.0.0-20250714110306-6feba5b0df4d
103103
github.com/wk8/go-ordered-map/v2 v2.1.7
104104
go.lsp.dev/jsonrpc2 v0.10.0
@@ -300,7 +300,7 @@ require (
300300
github.com/tklauser/numcpus v0.6.1 // indirect
301301
github.com/urfave/cli/v2 v2.27.5 // indirect
302302
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad // indirect
303-
github.com/waku-org/go-discover v0.0.0-20251002230139-b9b5a06121c6 // indirect
303+
github.com/waku-org/go-discover v0.0.0-20251003191045-8ee308fe7971 // indirect
304304
github.com/waku-org/go-libp2p-rendezvous v0.0.0-20240110193335-a67d1cc760a0 // indirect
305305
github.com/waku-org/go-zerokit-rln v0.1.14-0.20240102145250-fa738c0bdf59 // indirect
306306
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20230916172309-ee0ee61dde2b // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,14 +2198,14 @@ github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae/go.mod h1:DD4vA1
21982198
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0=
21992199
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad h1:W0LEBv82YCGEtcmPA3uNZBI33/qF//HAAs3MawDjRa0=
22002200
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad/go.mod h1:Hy8o65+MXnS6EwGElrSRjUzQDLXreJlzYLlWiHtt8hM=
2201-
github.com/waku-org/go-discover v0.0.0-20251002230139-b9b5a06121c6 h1:c9ZwkW26T0+8pjevhUwWTZs+cujXTNur9MdnPnvwaL4=
2202-
github.com/waku-org/go-discover v0.0.0-20251002230139-b9b5a06121c6/go.mod h1:oVHZeHiB/OJpc0k4r+Iq+5bJXvOV3Mpz1gPQh8Vswps=
2201+
github.com/waku-org/go-discover v0.0.0-20251003191045-8ee308fe7971 h1:BNw9UkCVftI0l0QWm5ofpM5HaLfRuv77Fcea4byk6wk=
2202+
github.com/waku-org/go-discover v0.0.0-20251003191045-8ee308fe7971/go.mod h1:oVHZeHiB/OJpc0k4r+Iq+5bJXvOV3Mpz1gPQh8Vswps=
22032203
github.com/waku-org/go-libp2p-pubsub v0.13.1-gowaku h1:ovXh1m76i0yPWXt95Z9ZRyEk0+WKSuPt5e4IddgwUrY=
22042204
github.com/waku-org/go-libp2p-pubsub v0.13.1-gowaku/go.mod h1:MKPU5vMI8RRFyTP0HfdsF9cLmL1nHAeJm44AxJGJx44=
22052205
github.com/waku-org/go-libp2p-rendezvous v0.0.0-20240110193335-a67d1cc760a0 h1:R4YYx2QamhBRl/moIxkDCNW+OP7AHbyWLBygDc/xIMo=
22062206
github.com/waku-org/go-libp2p-rendezvous v0.0.0-20240110193335-a67d1cc760a0/go.mod h1:EhZP9fee0DYjKH/IOQvoNSy1tSHp2iZadsHGphcAJgY=
2207-
github.com/waku-org/go-waku v0.10.0 h1:FWezOAZdgsIzNBUuN8U9rHJJ5QrSYwCOgGfzwa8YfXE=
2208-
github.com/waku-org/go-waku v0.10.0/go.mod h1:ZCkxxfqhZ+//gXw+BNs5Y58HnGXPObLdfxABrKtncTs=
2207+
github.com/waku-org/go-waku v0.10.1-0.20251003225121-06c9af60f35b h1:3bZ5o2tSiH25jIrwZDiAnRXypjDLI/TVSRhH1xhNwCU=
2208+
github.com/waku-org/go-waku v0.10.1-0.20251003225121-06c9af60f35b/go.mod h1:PDs4hlPbONeMQGsNyfArZV4R2Js1Zy5oqLBfw2VU278=
22092209
github.com/waku-org/go-zerokit-rln v0.1.14-0.20240102145250-fa738c0bdf59 h1:jisj+OCI6QydLtFq3Pyhu49wl9ytPN7oAHjMfepHDrA=
22102210
github.com/waku-org/go-zerokit-rln v0.1.14-0.20240102145250-fa738c0bdf59/go.mod h1:1PdBdPzyTaKt3VnpAHk3zj+r9dXPFOr3IHZP9nFle6E=
22112211
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20230916172309-ee0ee61dde2b h1:KgZVhsLkxsj5gb/FfndSCQu6VYwALrCOgYI3poR95yE=

vendor/github.com/waku-org/go-discover/discover/table.go

Lines changed: 7 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/waku-org/go-waku/waku/v2/discv5/discover.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ github.com/urfave/cli/v2
12851285
# github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
12861286
## explicit
12871287
github.com/wadey/gocovmerge
1288-
# github.com/waku-org/go-discover v0.0.0-20251002230139-b9b5a06121c6
1288+
# github.com/waku-org/go-discover v0.0.0-20251003191045-8ee308fe7971
12891289
## explicit; go 1.23.0
12901290
github.com/waku-org/go-discover/discover
12911291
github.com/waku-org/go-discover/discover/v4wire
@@ -1295,7 +1295,7 @@ github.com/waku-org/go-discover/discover/v5wire
12951295
github.com/waku-org/go-libp2p-rendezvous
12961296
github.com/waku-org/go-libp2p-rendezvous/db
12971297
github.com/waku-org/go-libp2p-rendezvous/pb
1298-
# github.com/waku-org/go-waku v0.10.0
1298+
# github.com/waku-org/go-waku v0.10.1-0.20251003225121-06c9af60f35b
12991299
## explicit; go 1.23.0
13001300
github.com/waku-org/go-waku/logging
13011301
github.com/waku-org/go-waku/tests

0 commit comments

Comments
 (0)