mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Update import paths from github.com/go-gitea to code.gitea.io (#135)
- Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
This commit is contained in:
committed by
Thibault Meyer
parent
1c0a4e166f
commit
4247304f5a
@@ -8,10 +8,10 @@ import (
|
||||
"io"
|
||||
"path"
|
||||
|
||||
"github.com/go-gitea/git"
|
||||
"code.gitea.io/git"
|
||||
|
||||
"github.com/go-gitea/gitea/modules/base"
|
||||
"github.com/go-gitea/gitea/modules/context"
|
||||
"code.gitea.io/gitea/modules/base"
|
||||
"code.gitea.io/gitea/modules/context"
|
||||
)
|
||||
|
||||
func ServeData(ctx *context.Context, name string, reader io.Reader) error {
|
||||
|
Reference in New Issue
Block a user