From 171b3598778a1ecd0a921c71ed6755bfef68f7f0 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Fri, 23 Aug 2019 09:40:30 -0700 Subject: Use gitea forked macaron (#7933) Signed-off-by: Tamal Saha --- integrations/release_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integrations/release_test.go') diff --git a/integrations/release_test.go b/integrations/release_test.go index 492d224a53..135607153e 100644 --- a/integrations/release_test.go +++ b/integrations/release_test.go @@ -11,8 +11,8 @@ import ( "code.gitea.io/gitea/modules/test" - "github.com/Unknwon/i18n" "github.com/stretchr/testify/assert" + "github.com/unknwon/i18n" ) func createNewRelease(t *testing.T, session *TestSession, repoURL, tag, title string, preRelease, draft bool) { -- cgit v1.2.3