From c11cb2e48d0c52c3ef57d0ab40ff5cc5cb480dab Mon Sep 17 00:00:00 2001 From: re Date: Mon, 12 Dec 2022 14:59:05 +0300 Subject: [PATCH] Update 'static_test.go' --- static_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_test.go b/static_test.go index f4bc346..b7c5771 100644 --- a/static_test.go +++ b/static_test.go @@ -10,7 +10,7 @@ import ( "path/filepath" "testing" - "github.com/gin-gonic/gin" + "git.internal/re/gin" "github.com/stretchr/testify/assert" )