11Library webhooks
22================
3- <img align =" right " src =" https://raw.githubusercontent.com/go-playground/webhooks/v5/logo.png " >![ Project status] ( https://img.shields.io/badge/version-5.17 .0-green.svg )
3+ <img align =" right " src =" https://raw.githubusercontent.com/go-playground/webhooks/v5/logo.png " >![ Project status] ( https://img.shields.io/badge/version-6.0 .0-green.svg )
44[ ![ Build Status] ( https://travis-ci.org/go-playground/webhooks.svg?branch=v5 )] ( https://travis-ci.org/go-playground/webhooks )
55[ ![ Coverage Status] ( https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v5&service=github )] ( https://coveralls.io/github/go-playground/webhooks?branch=v5 )
66[ ![ Go Report Card] ( https://goreportcard.com/badge/go-playground/webhooks )] ( https://goreportcard.com/report/go-playground/webhooks )
7- [ ![ GoDoc] ( https://godoc.org/gopkg.in/go-playground/webhooks.v5 ?status.svg )] ( https://godoc.org/gopkg.in/go-playground/webhooks.v5 )
7+ [ ![ GoDoc] ( https://godoc.org/gopkg.in/go-playground/webhooks.v6 ?status.svg )] ( https://godoc.org/gopkg.in/go-playground/webhooks.v6 )
88![ License] ( https://img.shields.io/dub/l/vibe-d.svg )
99
1010Library webhooks allows for easy receiving and parsing of GitHub, Bitbucket and GitLab Webhook Events
@@ -24,17 +24,17 @@ Installation
2424Use go get.
2525
2626``` shell
27- go get -u gopkg.in/go-playground/webhooks.v5
27+ go get -u gopkg.in/go-playground/webhooks.v6
2828```
2929
3030Then import the package into your own code.
3131
32- import "gopkg.in/go-playground/webhooks.v5 "
32+ import "gopkg.in/go-playground/webhooks.v6 "
3333
3434Usage and Documentation
3535------
3636
37- Please see http://godoc.org/gopkg.in/go-playground/webhooks.v5 for detailed usage docs.
37+ Please see http://godoc.org/gopkg.in/go-playground/webhooks.v6 for detailed usage docs.
3838
3939##### Examples:
4040``` go
@@ -45,7 +45,7 @@ import (
4545
4646 " net/http"
4747
48- " gopkg.in/go-playground/webhooks.v5 /github"
48+ " gopkg.in/go-playground/webhooks.v6 /github"
4949)
5050
5151const (
0 commit comments