1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 18:17:19 +00:00

fix subrepo break change

This commit is contained in:
Unknwon
2015-09-24 17:55:01 -04:00
parent befed9c20c
commit 216f0477b5
60 changed files with 15372 additions and 1 deletions

View File

@ -14,8 +14,8 @@ import (
"strings"
"github.com/Unknwon/com"
"golang.org/x/crypto/ssh"
"github.com/gogits/gogs/modules/crypto/ssh"
"github.com/gogits/gogs/modules/log"
)