Skip to content

Commit 1c3914e

Browse files
author
奶爸
committed
edit import
1 parent 2aa5fdc commit 1c3914e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bitbucket/bitbucket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"io/ioutil"
77
"net/http"
88

9-
"gopkg.in/go-playground/webhooks.v3"
9+
"github.com/naiba/webhooks"
1010
)
1111

1212
// Webhook instance contains all methods needed to process events

github/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"io/ioutil"
1010
"net/http"
1111

12-
"gopkg.in/go-playground/webhooks.v3"
12+
"github.com/naiba/webhooks"
1313
)
1414

1515
// Webhook instance contains all methods needed to process events

gitlab/gitlab.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"io/ioutil"
77
"net/http"
88

9-
"gopkg.in/go-playground/webhooks.v3"
9+
"github.com/naiba/webhooks"
1010
)
1111

1212
// Webhook instance contains all methods needed to process events

0 commit comments

Comments
 (0)