diff options
Diffstat (limited to 'models/webhook.go')
-rw-r--r-- | models/webhook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/webhook.go b/models/webhook.go index 8ce924df..babb15de 100644 --- a/models/webhook.go +++ b/models/webhook.go @@ -14,11 +14,11 @@ import ( "github.com/go-xorm/xorm" gouuid "github.com/satori/go.uuid" + log "gopkg.in/clog.v1" api "github.com/gogits/go-gogs-client" "github.com/gogits/gogs/modules/httplib" - "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" "github.com/gogits/gogs/modules/sync" ) |