## The problem
Issue moovfinancial/moov-go#82 (closed, 5 comments): the standalone webhook-handler project was folded into moov-go so that webhook signature verification lives in the SDK itself. It landed via PR #112 on the feat-webhooks branch, which was then merged to main.

## What to do
Webhook signature verification is part of moov-go now (added in PR #112), so you dont need the old standalone webhook-handler project. Use the SDKs webhook support to verify signatures on incoming webhooks instead of hand-rolling HMAC checks. Just make sure you are on a version that includes the feat-webhooks merge.