aboutsummaryrefslogtreecommitdiffstats
path: root/modules/public/dynamic.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/public/dynamic.go')
-rw-r--r--modules/public/dynamic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/public/dynamic.go b/modules/public/dynamic.go
index 282db44970..07f83e1f6a 100644
--- a/modules/public/dynamic.go
+++ b/modules/public/dynamic.go
@@ -7,7 +7,7 @@
package public
import (
- "gopkg.in/macaron.v1"
+ "gitea.com/macaron/macaron"
)
// Static implements the macaron static handler for serving assets.