From 84d912c9794eaaef0f06638d9d23716f4e02b42f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 12 Dec 2017 21:48:13 -0800 Subject: Rewrite imports --- server/ui/controller/proxy.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/ui/controller/proxy.go') diff --git a/server/ui/controller/proxy.go b/server/ui/controller/proxy.go index fca3c0f3..6c85bc22 100644 --- a/server/ui/controller/proxy.go +++ b/server/ui/controller/proxy.go @@ -11,9 +11,9 @@ import ( "log" "time" - "github.com/miniflux/miniflux2/helper" - "github.com/miniflux/miniflux2/http" - "github.com/miniflux/miniflux2/server/core" + "github.com/miniflux/miniflux/helper" + "github.com/miniflux/miniflux/http" + "github.com/miniflux/miniflux/server/core" ) // ImageProxy fetch an image from a remote server and sent it back to the browser. -- cgit v1.2.3