aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/sanitizer/sanitizer.go
diff options
context:
space:
mode:
Diffstat (limited to 'reader/sanitizer/sanitizer.go')
-rw-r--r--reader/sanitizer/sanitizer.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/reader/sanitizer/sanitizer.go b/reader/sanitizer/sanitizer.go
index 6de4614..eae9b21 100644
--- a/reader/sanitizer/sanitizer.go
+++ b/reader/sanitizer/sanitizer.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package sanitizer
+package sanitizer // import "miniflux.app/reader/sanitizer"
import (
"bytes"
@@ -11,7 +11,7 @@ import (
"regexp"
"strings"
- "github.com/miniflux/miniflux/url"
+ "miniflux.app/url"
"golang.org/x/net/html"
)