diff --git a/webhook.go b/webhook.go index 4548531..d323027 100644 --- a/webhook.go +++ b/webhook.go @@ -13,7 +13,7 @@ import ( "strings" "time" - "github.com/hassanbabaie/webhook/hook" + "github.com/adnanh/webhook/hook" "github.com/codegangsta/negroni" "github.com/gorilla/mux" diff --git a/webhook_test.go b/webhook_test.go index 4b2ff88..4373b16 100644 --- a/webhook_test.go +++ b/webhook_test.go @@ -17,7 +17,7 @@ import ( "text/template" "time" - "github.com/hassanbabaie/webhook/hook" + "github.com/adnanh/webhook/hook" ) func TestStaticParams(t *testing.T) {