mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 09:32:29 +08:00
go mod tidy: github.com/pkg/xattr should be direct
This commit is contained in:
parent
ad8c94e982
commit
5c6a958ad8
2
go.mod
2
go.mod
|
@ -77,7 +77,7 @@ require (
|
|||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/jlaffaye/ftp v0.0.0-20220524001917-dfa1e758f3af
|
||||
github.com/pkg/xattr v0.4.7 // indirect
|
||||
github.com/pkg/xattr v0.4.7
|
||||
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd
|
||||
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user