You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update dependencies and bump version to 0.5.7
Upgraded several dependencies in go.mod and go.sum, including `golang.org/x/net` and `golang.org/x/sync`. Adjusted the version references in the README and main codebase to reflect the new release version 0.5.7.
Update MockFragment Stats method
The changes include synchronizing access to the underlying map when calculating the Length stat in the MockFragment's Stats() method. This is to ensure thread safety while accessing shared resources.