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:
parent
be48bc0359
commit
7166c8cd48
@ -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"
|
||||
|
@ -17,7 +17,7 @@ import (
|
||||
"text/template"
|
||||
"time"
|
||||
|
||||
"github.com/hassanbabaie/webhook/hook"
|
||||
"github.com/adnanh/webhook/hook"
|
||||
)
|
||||
|
||||
func TestStaticParams(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user