forked from TrueCloudLab/rclone
go mod tidy: github.com/pkg/xattr should be direct
This commit is contained in:
parent
ad8c94e982
commit
5c6a958ad8
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -77,7 +77,7 @@ require (
|
||||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||||
github.com/google/go-querystring v1.1.0 // indirect
|
github.com/google/go-querystring v1.1.0 // indirect
|
||||||
github.com/jlaffaye/ftp v0.0.0-20220524001917-dfa1e758f3af
|
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/mobile v0.0.0-20220518205345-8578da9835fd
|
||||||
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
|
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue