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
fix(go): add pkg/errors transitive dep required by evanphx/json-patch
github.com/evanphx/json-patch imports github.com/pkg/errors; both go.sum
hashes and the go.mod indirect entry were missing, causing the CI "Go build
& test" check to fail with a missing go.sum entry error.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments