Registry / networking / go-playground-webhooks-v5

go-playground-webhooks-v5

JSON →
library5.17.0gogounverified

A Go library for receiving and parsing webhooks from various services like GitHub, GitLab, and Bitbucket.

go get gopkg.in/go-playground/webhooks.v5
INSTALL
IMPORT
SIG · GO-PLAYGROUND-WEBH
G
go-playground-webhooks-v5
networkinggov5.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

webhooks
gopkg.in/go-playground/webhooks.v5

Creates a new GitHub webhook handler with a secret.

package main import ( "fmt" "gopkg.in/go-playground/webhooks.v5/github" ) func main() { hook, _ := github.New(github.Options.Secret("mysecret")) fmt.Println(hook) }
Debug
Known issues
gotchaVersion v5 uses gopkg.in path; ensure you import the correct subpackage for each service.
fix
Use the appropriate subpackage like github.com/go-playground/webhooks/v5/github for GitHub webhooks.
affects: >=5.0.0 <6.0.0
Upgrade
Version history
5.17.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
go-playground-webhooks-v5 — go get go-playground-webhooks-v5 · libregistry