SIGN IN SIGN UP

go.mod: remove obsolete exclude rule (#2077)

The exclude was originally added in 02fec464ad5c015332dcbd4db0cf53b96967e3f2
to prevent traversing client_golang v1.12.1. No current dependency requires
that version, making the exclude obsolete.

To verify;

    go list -m all

which produced no changes.

Also verified that:

    go mod tidy
    go test ./...

produce no changes and all tests pass.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
S
Sebastiaan van Stijn committed
56b1a2725bee1851621790f28fc15f5763ea1075
Parent: 0b801df
Committed by GitHub <noreply@github.com> on 8/18/2026, 1:44:27 PM