@@ -4,7 +4,7 @@ Library webhooks
44[ ![ Build Status] ( https://travis-ci.org/go-playground/webhooks.svg?branch=v3 )] ( https://travis-ci.org/go-playground/webhooks ) 
55[ ![ Coverage Status] ( https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github )] ( https://coveralls.io/github/go-playground/webhooks?branch=v3 ) 
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.v3 ?status.svg )] ( https://godoc.org/gopkg.in/go-playground/webhooks.v3  ) 
7+ [ ![ GoDoc] ( https://godoc.org/gopkg.in/go-playground/webhooks.v4 ?status.svg )] ( https://godoc.org/gopkg.in/go-playground/webhooks.v4  ) 
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.v3 
27+ go get -u gopkg.in/go-playground/webhooks.v4 
2828``` 
2929
3030Then import the package into your own code.
3131
32- 	import "gopkg.in/go-playground/webhooks.v3 " 
32+ 	import "gopkg.in/go-playground/webhooks.v4 " 
3333
3434Usage and Documentation
3535------ 
3636
37- Please see http://godoc.org/gopkg.in/go-playground/webhooks.v3   for detailed usage docs.
37+ Please see http://godoc.org/gopkg.in/go-playground/webhooks.v4   for detailed usage docs.
3838
3939##### Examples:  
4040
@@ -46,8 +46,8 @@ import (
4646	" fmt" 
4747	" strconv" 
4848
49- 	" gopkg.in/go-playground/webhooks.v3 " 
50- 	" gopkg.in/go-playground/webhooks.v3 /github" 
49+ 	" gopkg.in/go-playground/webhooks.v4 " 
50+ 	" gopkg.in/go-playground/webhooks.v4 /github" 
5151)
5252
5353const  (
@@ -103,8 +103,8 @@ import (
103103	" fmt" 
104104	" strconv" 
105105
106- 	" gopkg.in/go-playground/webhooks.v3 " 
107- 	" gopkg.in/go-playground/webhooks.v3 /github" 
106+ 	" gopkg.in/go-playground/webhooks.v4 " 
107+ 	" gopkg.in/go-playground/webhooks.v4 /github" 
108108)
109109
110110const  (
0 commit comments