diff options
Diffstat (limited to 'models/pull.go')
-rw-r--r-- | models/pull.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/models/pull.go b/models/pull.go index de188c09..b4524f16 100644 --- a/models/pull.go +++ b/models/pull.go @@ -15,13 +15,13 @@ import ( "github.com/go-xorm/xorm" log "gopkg.in/clog.v1" - "github.com/gogits/git-module" - api "github.com/gogits/go-gogs-client" + "github.com/gogs/git-module" + api "github.com/gogs/go-gogs-client" - "github.com/gogits/gogs/models/errors" - "github.com/gogits/gogs/pkg/process" - "github.com/gogits/gogs/pkg/setting" - "github.com/gogits/gogs/pkg/sync" + "github.com/gogs/gogs/models/errors" + "github.com/gogs/gogs/pkg/process" + "github.com/gogs/gogs/pkg/setting" + "github.com/gogs/gogs/pkg/sync" ) var PullRequestQueue = sync.NewUniqueQueue(setting.Repository.PullRequestQueueLength) |