Skip to content

Commit

Permalink
fix(deps): upgrade wopan-sdk-go (close AlistGo#6663)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe authored and ForSourceCodeAnalysis committed Aug 4, 2024
1 parent 4380638 commit 5d99ea8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 100 deletions.
2 changes: 1 addition & 1 deletion drivers/wopan/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import (
"fmt"
"strconv"

"github.com/Xhofe/wopan-sdk-go"
"github.com/alist-org/alist/v3/internal/driver"
"github.com/alist-org/alist/v3/internal/model"
"github.com/alist-org/alist/v3/internal/op"
"github.com/alist-org/alist/v3/pkg/utils"
"github.com/go-resty/resty/v2"
"github.com/xhofe/wopan-sdk-go"
)

type Wopan struct {
Expand Down
2 changes: 1 addition & 1 deletion drivers/wopan/types.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package template

import (
"github.com/Xhofe/wopan-sdk-go"
"github.com/alist-org/alist/v3/internal/model"
"github.com/xhofe/wopan-sdk-go"
)

type Object struct {
Expand Down
2 changes: 1 addition & 1 deletion drivers/wopan/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package template
import (
"time"

"github.com/Xhofe/wopan-sdk-go"
"github.com/xhofe/wopan-sdk-go"
)

// do others that not defined in Driver interface
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ require (
github.com/SheltonZhu/115driver v1.0.25
github.com/Xhofe/go-cache v0.0.0-20220723083548-714439c8af9a
github.com/Xhofe/rateg v0.0.0-20230728072201-251a4e1adad4
github.com/Xhofe/wopan-sdk-go v0.1.2
github.com/alist-org/gofakes3 v0.0.5
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
github.com/avast/retry-go v3.0.0+incompatible
github.com/aws/aws-sdk-go v1.50.24
github.com/baidubce/bce-sdk-go v0.9.184
github.com/blevesearch/bleve/v2 v2.4.1
github.com/caarlos0/env/v9 v9.0.0
github.com/charmbracelet/bubbles v0.17.1
Expand All @@ -38,7 +36,6 @@ require (
github.com/hirochachacha/go-smb2 v1.1.0
github.com/ipfs/boxo v0.12.0
github.com/ipfs/go-ipfs-api v0.7.0
github.com/jinzhu/copier v0.4.0
github.com/jlaffaye/ftp v0.2.0
github.com/json-iterator/go v1.1.12
github.com/larksuite/oapi-sdk-go/v3 v3.2.5
Expand All @@ -60,6 +57,7 @@ require (
github.com/upyun/go-sdk/v3 v3.0.4
github.com/winfsp/cgofuse v1.5.1-0.20230130140708-f87f5db493b5
github.com/xhofe/tache v0.1.1
github.com/xhofe/wopan-sdk-go v0.1.3
github.com/zzzhr1990/go-common-entity v0.0.0-20221216044934-fd1c571e3a22
golang.org/x/crypto v0.25.0
golang.org/x/exp v0.0.0-20240707233637-46b078467d37
Expand Down
Loading

0 comments on commit 5d99ea8

Please sign in to comment.