index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
models
/
update.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-12-15 17:25:45 -0500
committer
Unknwon <u@gogs.io>
2015-12-15 17:25:45 -0500
commit
19423957b17fe583e9a04f45aafe91335354d6e2
(
patch
)
tree
48c4f8c503f07eda239c89194d40ca594f6aa1e4
/
models/update.go
parent
3362b3a44f9f4e0e482b08151e298f7809eefc59
(
diff
)
rename import path
Diffstat
(limited to 'models/update.go')
-rw-r--r--
models/update.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/update.go b/models/update.go
index 0c4d342d..5c6ea7f6 100644
--- a/
models/update.go
+++ b/
models/update.go
@@ -10,7 +10,7 @@ import (
"os/exec"
"strings"
- git "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/modules/log"
)