modular-architecture.md: Remove Guava in 0.18

This commit is contained in:
Sean Gilligan 2025-02-27 09:59:39 -08:00
parent f704967e1e
commit e0ef79e71e

View file

@ -86,7 +86,6 @@ flowchart TD
SECP .-> SECPFFM[secp-ffm]
SECPBC --> BC[Bouncy Castle]
SECPFFM --> SECPC[libsecp256k1]
CORE --> G[Guava]
CORE --> P[ProtoBuf]
CORE .-> S[slf4j]
CORE .-> JS[JSpecify]