#385·gjson

Upgrade github.com/tidwall/match to latest maintained version in gjson

Author: ShivaliBandiCreated Oct 7, 2025Updated Feb 18, 2026

Description: Our project depends on github.com/tidwall/gjson:v1.18.0. One of its child dependencies, github.com/tidwall/match:v1.1.1, appears to be outdated or end-of-life and should be upgraded to a maintained version to ensure ongoing stability and compatibility.

Impact:

Using an outdated library may introduce potential security or maintenance risks.

Compatibility issues could arise with newer Go versions or dependent modules.

Suggested Solution:

Identify a maintained version or suitable replacement for github.com/tidwall/match.

Update the dependency reference in the go.mod file.

Rebuild the project and ensure all tests pass successfully.