diff options
Diffstat (limited to 'models/repo_test.go')
-rw-r--r-- | models/repo_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/repo_test.go b/models/repo_test.go index 2da5d839..76025a4c 100644 --- a/models/repo_test.go +++ b/models/repo_test.go @@ -6,7 +6,7 @@ import ( . "github.com/smartystreets/goconvey/convey" . "github.com/gogits/gogs/models" - "github.com/gogits/gogs/modules/markup" + "github.com/gogits/gogs/pkg/markup" ) func TestRepo(t *testing.T) { |