Fixed issues with renamed module.
This commit is contained in:
+1
-1
@@ -5,8 +5,8 @@ import (
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/patrickmn/go-cache"
|
||||
"github.com/urfave/cli/v2"
|
||||
"go-opds-pse/app/routes"
|
||||
"net/http"
|
||||
"opds-pse-server/app/routes"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
||||
@@ -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