mirror of
https://github.com/adnanh/webhook.git
synced 2025-08-02 16:00:30 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue