11Library webhooks
22================
33
4- [ ![ GoDoc] ( https://godoc.org/github.com/joeybloggs /webhooks?status.svg )] ( https://godoc.org/github.com/joeybloggs /webhooks )
4+ [ ![ GoDoc] ( https://godoc.org/gopkg.in/go-playground /webhooks?status.svg )] ( https://godoc.org/gopkg.in/go-playground /webhooks )
55
66Library webhooks allows for easy recieving and parsing of GitHub Webhook Events; more services to come i.e. BitBucket...
77
@@ -19,20 +19,20 @@ Installation
1919
2020Use go get.
2121
22- go get github.com/joeybloggs /webhooks
22+ go get gopkg.in/go-playground /webhooks
2323
2424or to update
2525
26- go get -u github.com/joeybloggs /webhooks
26+ go get -u gopkg.in/go-playground /webhooks
2727
2828Then import the validator package into your own code.
2929
30- import "github.com/joeybloggs /webhooks"
30+ import "gopkg.in/go-playground /webhooks"
3131
3232Usage and documentation
3333------
3434
35- Please see http://godoc.org/github.com/joeybloggs /webhooks for detailed usage docs.
35+ Please see http://godoc.org/gopkg.in/go-playground /webhooks for detailed usage docs.
3636
3737##### Examples:
3838
@@ -44,8 +44,8 @@ import (
4444 " fmt"
4545 " strconv"
4646
47- " github.com/joeybloggs /webhooks"
48- " github.com/joeybloggs /webhooks/github"
47+ " gopkg.in/go-playground /webhooks"
48+ " gopkg.in/go-playground /webhooks/github"
4949)
5050
5151const (
@@ -100,8 +100,8 @@ import (
100100 " fmt"
101101 " strconv"
102102
103- " github.com/joeybloggs /webhooks"
104- " github.com/joeybloggs /webhooks/github"
103+ " gopkg.in/go-playground /webhooks"
104+ " gopkg.in/go-playground /webhooks/github"
105105)
106106
107107const (
0 commit comments