-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 750 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module rsyncgui
go 1.25.0
require (
github.com/gokrazy/rsync v0.2.10
github.com/google/uuid v1.6.0
golang.org/x/crypto v0.46.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/google/renameio/v2 v2.0.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/landlock-lsm/go-landlock v0.0.0-20250303204525-1544bccde3a3 // indirect
github.com/mmcloughlin/md4 v0.1.2 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sys v0.39.0 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
)
replace github.com/gokrazy/rsync => ./third_party/rsync