chore: change module name to OpenListTeam/OpenList (#2)

* Enable blank issue

* chore(README.md): update docs (temporally)

* Update FUNDING.yml

* chore: purge README.md

* chore: change module name to OpenListTeam/OpenList

* fix: fix link errors

* chore: remove v3 in module name

* fix: resolve some conficts

* fix: resolve conficts

* docs: update with latest file

---------

Co-authored-by: ShenLin <773933146@qq.com>
Co-authored-by: Hantong Chen <cxwdyx620@gmail.com>
Co-authored-by: joshua <i@joshua.su>
Co-authored-by: Hantong Chen <70561268+cxw620@users.noreply.github.com>
This commit is contained in:
Kuingsmile
2025-06-12 22:02:46 +08:00
committed by GitHub
parent 5feb86ceee
commit fdcc2f136e
459 changed files with 1745 additions and 1678 deletions

View File

@ -10,7 +10,7 @@ import (
"sync"
"testing"
"github.com/alist-org/alist/v3/pkg/generic_sync"
"github.com/OpenListTeam/OpenList/pkg/generic_sync"
)
func TestConcurrentRange(t *testing.T) {

View File

@ -4,7 +4,6 @@ import (
"bytes"
"encoding/xml"
"fmt"
"github.com/alist-org/alist/v3/pkg/utils"
"io"
"net/http"
"net/url"
@ -13,6 +12,8 @@ import (
"strings"
"sync"
"time"
"github.com/OpenListTeam/OpenList/pkg/utils"
)
// Client defines our structure

View File

@ -13,7 +13,7 @@ import (
"runtime"
"strings"
d "github.com/alist-org/alist/v3/pkg/gowebdav"
d "github.com/OpenListTeam/OpenList/pkg/gowebdav"
)
func main() {

View File

@ -3,7 +3,7 @@ package mq
import (
"sync"
"github.com/alist-org/alist/v3/pkg/generic"
"github.com/OpenListTeam/OpenList/pkg/generic"
)
type Message[T any] struct {

View File

@ -9,7 +9,7 @@ import (
"net/http/cookiejar"
"net/url"
"github.com/alist-org/alist/v3/pkg/utils"
"github.com/OpenListTeam/OpenList/pkg/utils"
)
type Client interface {

View File

@ -1,8 +1,8 @@
package task
import (
"github.com/alist-org/alist/v3/pkg/generic_sync"
"github.com/alist-org/alist/v3/pkg/utils"
"github.com/OpenListTeam/OpenList/pkg/generic_sync"
"github.com/OpenListTeam/OpenList/pkg/utils"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
)

View File

@ -5,7 +5,7 @@ import (
"testing"
"time"
"github.com/alist-org/alist/v3/pkg/utils"
"github.com/OpenListTeam/OpenList/pkg/utils"
"github.com/pkg/errors"
)

View File

@ -9,9 +9,9 @@ import (
"path/filepath"
"strings"
"github.com/alist-org/alist/v3/internal/errs"
"github.com/OpenListTeam/OpenList/internal/errs"
"github.com/alist-org/alist/v3/internal/conf"
"github.com/OpenListTeam/OpenList/internal/conf"
log "github.com/sirupsen/logrus"
)

View File

@ -12,7 +12,7 @@ import (
"io"
"iter"
"github.com/alist-org/alist/v3/internal/errs"
"github.com/OpenListTeam/OpenList/internal/errs"
log "github.com/sirupsen/logrus"
)

View File

@ -7,7 +7,7 @@ import (
"hash"
"strconv"
"github.com/alist-org/alist/v3/pkg/utils"
"github.com/OpenListTeam/OpenList/pkg/utils"
)
var GCID = utils.RegisterHashWithParam("gcid", "GCID", 40, func(a ...any) hash.Hash {

View File

@ -5,7 +5,7 @@ import (
stdpath "path"
"strings"
"github.com/alist-org/alist/v3/internal/errs"
"github.com/OpenListTeam/OpenList/internal/errs"
)
// FixAndCleanPath

View File

@ -4,7 +4,7 @@ import (
"encoding/base64"
"strings"
"github.com/alist-org/alist/v3/internal/conf"
"github.com/OpenListTeam/OpenList/internal/conf"
)
func MappingName(name string) string {