aboutsummaryrefslogtreecommitdiff
path: root/rsh/go.mod
diff options
context:
space:
mode:
authorLena <lena@omega>2026-08-16 00:00:00 +0000
committerLena <lena@omega>2026-08-16 00:00:00 +0000
commitbeaa0c970d6c3538119b8a34a3f2f754b45e54cf (patch)
tree0a4be0a63a5c5b40f3db66a7e2b6c603e60d8473 /rsh/go.mod
parent0890d139e5fa501561e469aca7854791a936fcb6 (diff)
downloadrsend-beaa0c970d6c3538119b8a34a3f2f754b45e54cf.tar.gz
native: harden rsync and SSH transport
Update rsync to 3.5.0 and Go to 1.26.6. Bound SSH handshakes, pin host-key types, and build 16 KB-aligned hardened executables.
Diffstat (limited to 'rsh/go.mod')
-rw-r--r--rsh/go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsh/go.mod b/rsh/go.mod
index 661c774..6c316a7 100644
--- a/rsh/go.mod
+++ b/rsh/go.mod
@@ -1,7 +1,7 @@
module rsend/rsh
-go 1.25.0
+go 1.26.6
-require golang.org/x/crypto v0.53.0
+require golang.org/x/crypto v0.54.0
-require golang.org/x/sys v0.46.0 // indirect
+require golang.org/x/sys v0.47.0 // indirect