set import paths back to source

set import paths back to github.com/adnanh/webhook/hook instead of forked location
This commit is contained in:
Hass_SEA 2017-12-19 08:34:38 -08:00 committed by GitHub
parent be48bc0359
commit 7166c8cd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -17,7 +17,7 @@ import (
"text/template"
"time"
"github.com/hassanbabaie/webhook/hook"
"github.com/adnanh/webhook/hook"
)
func TestStaticParams(t *testing.T) {