rework for moving of repo to go-playground

This commit is contained in:
joeybloggs
2015-10-30 14:00:25 -04:00
parent 24cb1f6a1d
commit 6da0829ced
6 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"io/ioutil"
"net/http"
"github.com/joeybloggs/webhooks"
"gopkg.in/go-playground/webhooks"
)
// Webhook instance contains all methods needed to process events
+1 -1
View File
@@ -7,8 +7,8 @@ import (
"strconv"
"testing"
"github.com/joeybloggs/webhooks"
. "gopkg.in/go-playground/assert.v1"
"gopkg.in/go-playground/webhooks"
)
// NOTES: