diff options
Diffstat (limited to 'ui/entry_update_status.go')
-rw-r--r-- | ui/entry_update_status.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/entry_update_status.go b/ui/entry_update_status.go index bafa0a09..4f5c114e 100644 --- a/ui/entry_update_status.go +++ b/ui/entry_update_status.go @@ -2,15 +2,15 @@ // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. -package ui +package ui // import "miniflux.app/ui" import ( "errors" "net/http" - "github.com/miniflux/miniflux/http/context" - "github.com/miniflux/miniflux/http/response/json" - "github.com/miniflux/miniflux/logger" + "miniflux.app/http/context" + "miniflux.app/http/response/json" + "miniflux.app/logger" ) // UpdateEntriesStatus updates the status for a list of entries. |