aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-29 16:30:41 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-29 16:30:41 -0400
commite4ea5cf5984652e3966825bc2b68dd1abc3eef1c (patch)
tree7647c242061c1ab022db880733f0219f0af5bd2c /cmd
parent99713e1180ad149faf6442bba311fec6e501aa00 (diff)
downloadgitea-e4ea5cf5984652e3966825bc2b68dd1abc3eef1c.tar.gz
gitea-e4ea5cf5984652e3966825bc2b68dd1abc3eef1c.zip
Finish Teams page
Diffstat (limited to 'cmd')
-rw-r--r--cmd/serve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/serve.go b/cmd/serve.go
index 351553b91e..7644b0cf2b 100644
--- a/cmd/serve.go
+++ b/cmd/serve.go
@@ -13,11 +13,11 @@ import (
"strings"
"github.com/codegangsta/cli"
- "github.com/satori/go.uuid"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
+ "github.com/gogits/gogs/modules/uuid"
)
var CmdServ = cli.Command{