go mod tidy: github.com/pkg/xattr should be direct

This commit is contained in:
albertony 2022-07-02 16:11:22 +02:00
parent ad8c94e982
commit 5c6a958ad8
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -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
)