mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-25 08:52:42 +01:00
Update import path
This commit is contained in:
parent
830494a8aa
commit
3f4c040f3f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/codegangsta/martini"
|
||||
"github.com/go-martini/martini"
|
||||
)
|
||||
|
||||
func TestBind(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue