aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2022-07-26 08:24:58 +0200
committerGitHub <noreply@github.com>2022-07-26 08:24:58 +0200
commitadce6fa473557e921cb01d7c892181a8f9c11b0b (patch)
tree997cb8473ff8851511e944bf2fa8bfbf7100e535 /go.mod
parent34a5f087c8676a10eeb787d9de02c9fa33c4302c (diff)
downloadsyncthing-adce6fa473557e921cb01d7c892181a8f9c11b0b.tar.gz
syncthing-adce6fa473557e921cb01d7c892181a8f9c11b0b.zip
all: Support syncing ownership (fixes #1329) (#8434)
This adds support for syncing ownership on Unixes and on Windows. The scanner always picks up ownership information, but it is not applied unless the new folder option "Sync Ownership" is set. Ownership data is stored in a new FileInfo field called "platform data". This is intended to hold further platform-specific data in the future (specifically, extended attributes), which is why the whole design is a bit overkill for just ownership.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index da7382c24..275b1251f 100644
--- a/go.mod
+++ b/go.mod
@@ -52,7 +52,7 @@ require (
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
+ golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
golang.org/x/tools v0.1.7