Fixed issues with renamed module.
This commit is contained in:
@@ -10,13 +10,13 @@ import (
|
||||
"github.com/patrickmn/go-cache"
|
||||
"github.com/samber/lo"
|
||||
"github.com/urfave/cli/v2"
|
||||
"go-opds-pse/app/comicinfo"
|
||||
"go-opds-pse/app/opds"
|
||||
"go-opds-pse/app/utils"
|
||||
"golang.org/x/tools/blog/atom"
|
||||
"io"
|
||||
"io/fs"
|
||||
"net/http"
|
||||
"opds-pse-server/app/comicinfo"
|
||||
"opds-pse-server/app/opds"
|
||||
"opds-pse-server/app/utils"
|
||||
"path/filepath"
|
||||
"slices"
|
||||
"sort"
|
||||
|
||||
Reference in New Issue
Block a user