From eb66060cd7b9bce996b1d75ae80ce1ef31d5ce62 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 9 Feb 2017 19:29:59 -0500 Subject: log: start using gopkg.in/clog.v1 --- models/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/pull.go') diff --git a/models/pull.go b/models/pull.go index 7aaffe43..97ca5444 100644 --- a/models/pull.go +++ b/models/pull.go @@ -13,11 +13,11 @@ import ( "github.com/Unknwon/com" "github.com/go-xorm/xorm" + log "gopkg.in/clog.v1" "github.com/gogits/git-module" api "github.com/gogits/go-gogs-client" - "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/process" "github.com/gogits/gogs/modules/setting" "github.com/gogits/gogs/modules/sync" -- cgit v1.2.3