From 1c3914ef1656967f4170074f638fd8f51935b16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=B6=E7=88=B8?= <1@5.nu> Date: Mon, 19 Mar 2018 14:25:52 +0800 Subject: [PATCH] edit import --- bitbucket/bitbucket.go | 2 +- github/github.go | 2 +- gitlab/gitlab.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket/bitbucket.go b/bitbucket/bitbucket.go index 4fa5929..46e9422 100644 --- a/bitbucket/bitbucket.go +++ b/bitbucket/bitbucket.go @@ -6,7 +6,7 @@ import ( "io/ioutil" "net/http" - "gopkg.in/go-playground/webhooks.v3" + "github.com/naiba/webhooks" ) // Webhook instance contains all methods needed to process events diff --git a/github/github.go b/github/github.go index 2b5c933..26a52da 100644 --- a/github/github.go +++ b/github/github.go @@ -9,7 +9,7 @@ import ( "io/ioutil" "net/http" - "gopkg.in/go-playground/webhooks.v3" + "github.com/naiba/webhooks" ) // Webhook instance contains all methods needed to process events diff --git a/gitlab/gitlab.go b/gitlab/gitlab.go index cac3a3e..5126e1d 100644 --- a/gitlab/gitlab.go +++ b/gitlab/gitlab.go @@ -6,7 +6,7 @@ import ( "io/ioutil" "net/http" - "gopkg.in/go-playground/webhooks.v3" + "github.com/naiba/webhooks" ) // Webhook instance contains all methods needed to process events