Initial GitHub Webhook revamp

This commit is contained in:
Dean Karn
2017-04-21 19:45:07 -04:00
parent 2e471dc89c
commit 5ed22cdd66
9 changed files with 7037 additions and 1293 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"io/ioutil"
"net/http"
"gopkg.in/go-playground/webhooks.v2"
"gopkg.in/go-playground/webhooks.v3"
)
// Webhook instance contains all methods needed to process events
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"time"
. "gopkg.in/go-playground/assert.v1"
"gopkg.in/go-playground/webhooks.v2"
"gopkg.in/go-playground/webhooks.v3"
)
// NOTES: