Skip to content

Commit

Permalink
fix(deps): upgrade wopan-sdk-go (close #6663)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jul 13, 2024
1 parent de8d2d6 commit ba4df55
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 ba4df55

Please sign in to comment.