From 5c6a958ad88db85471fc8d1975a5378f67e16fc1 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sat, 2 Jul 2022 16:11:22 +0200 Subject: [PATCH] go mod tidy: github.com/pkg/xattr should be direct --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 53eff1fed..8f301a4df 100644 --- a/go.mod +++ b/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 )