kubo/test/dependencies
Marcin Rataj 6a68d7db05 fix: kad-dht race conditions in provider shutdown and keystore close
updates go-libp2p-kad-dht to include two critical race condition fixes:

- SweepingProvider.wg race: protects wait group operations with mutex
  to prevent panic when Add() is called during Close()/Wait()

- ResettableKeystore race: adds semaphore to coordinate datastore writes
  during Reset() with keystore size persistence during Close()

https://github.com/libp2p/go-libp2p-kad-dht/pull/1200
https://github.com/libp2p/go-libp2p-kad-dht/pull/1201
2025-11-12 19:42:28 +01:00
..
go-sleep vendor binary deps in test/dependencies 2015-09-10 18:09:12 -07:00
go-timeout fix govet warnings 2018-03-22 17:31:22 +01:00
iptb style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00
ma-pipe-unidir style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00
pollEndpoint chore: update test dependencies (#10555) 2024-10-21 17:07:53 -07:00
dependencies.go refactor(ci): optimize build workflows (#10973) 2025-09-19 14:44:38 +02:00
GNUmakefile fix: require gmake 2019-08-01 12:18:56 -07:00
go.mod fix: kad-dht race conditions in provider shutdown and keystore close 2025-11-12 19:42:28 +01:00
go.sum fix: kad-dht race conditions in provider shutdown and keystore close 2025-11-12 19:42:28 +01:00