Fixed issues with renamed module.

This commit is contained in:
2024-12-31 03:40:07 -07:00
parent b4e9727e8c
commit 974fa024a1
8 changed files with 39 additions and 35 deletions
+3 -3
View File
@@ -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"