From 7166c8cd48f0f7b32aa356697b4c4778a37689d2 Mon Sep 17 00:00:00 2001 From: Hass_SEA Date: Tue, 19 Dec 2017 08:34:38 -0800 Subject: [PATCH] set import paths back to source set import paths back to github.com/adnanh/webhook/hook instead of forked location --- webhook.go | 2 +- webhook_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {