summaryrefslogtreecommitdiffstats
path: root/models/webhook_slack.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-09 20:46:05 -0500
committerUnknwon <u@gogs.io>2015-12-09 20:46:05 -0500
commit9a2e43bff28ac92f180109fe900a6997614ea5a8 (patch)
tree564dbb6fb30c153e43b0e18499d80e7d93dd0bee /models/webhook_slack.go
parentbd5dc626e82e18d3e619d918e579dc130edcd1fa (diff)
downloadgitea-9a2e43bff28ac92f180109fe900a6997614ea5a8.tar.gz
gitea-9a2e43bff28ac92f180109fe900a6997614ea5a8.zip
move out git module and #1573 send push hook
Diffstat (limited to 'models/webhook_slack.go')
-rw-r--r--models/webhook_slack.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/models/webhook_slack.go b/models/webhook_slack.go
index 8fcf649551..519ac7a22c 100644
--- a/models/webhook_slack.go
+++ b/models/webhook_slack.go
@@ -10,9 +10,8 @@ import (
"fmt"
"strings"
+ "github.com/gogits/git-shell"
api "github.com/gogits/go-gogs-client"
-
- "github.com/gogits/gogs/modules/git"
)
type SlackMeta struct {