1
1
Library webhooks
2
2
================
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 )
4
4
[ ![ Build Status] ( https://travis-ci.org/go-playground/webhooks.svg?branch=v5 )] ( https://travis-ci.org/go-playground/webhooks )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v5&service=github )] ( https://coveralls.io/github/go-playground/webhooks?branch=v5 )
6
6
[ ![ 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 )
8
8
![ License] ( https://img.shields.io/dub/l/vibe-d.svg )
9
9
10
10
Library webhooks allows for easy receiving and parsing of GitHub, Bitbucket and GitLab Webhook Events
@@ -24,17 +24,17 @@ Installation
24
24
Use go get.
25
25
26
26
``` shell
27
- go get -u gopkg.in/go-playground/webhooks.v5
27
+ go get -u gopkg.in/go-playground/webhooks.v6
28
28
```
29
29
30
30
Then import the package into your own code.
31
31
32
- import "gopkg.in/go-playground/webhooks.v5 "
32
+ import "gopkg.in/go-playground/webhooks.v6 "
33
33
34
34
Usage and Documentation
35
35
------
36
36
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.
38
38
39
39
##### Examples:
40
40
``` go
@@ -45,7 +45,7 @@ import (
45
45
46
46
" net/http"
47
47
48
- " gopkg.in/go-playground/webhooks.v5 /github"
48
+ " gopkg.in/go-playground/webhooks.v6 /github"
49
49
)
50
50
51
51
const (
0 commit comments