aboutsummaryrefslogtreecommitdiff
path: root/ci/testsshd/go.mod
diff options
context:
space:
mode:
authorLena <lena@omega>2026-07-01 00:00:00 +0000
committerLena <lena@omega>2026-07-01 00:00:00 +0000
commit04fede70866f209a8cb9dfe8736872fc25009336 (patch)
tree90636fd1c94d13354752d7a15d64b69eb5822c49 /ci/testsshd/go.mod
parentfb3199b4a993be16804129111c0bb35cc39a70f3 (diff)
downloadrsend-04fede70866f209a8cb9dfe8736872fc25009336.tar.gz
ci: remove unused testsshd
Nothing referenced it: the rsh tests run their own in-process SSH server (sshserver_test.go), which testsshd largely duplicated.
Diffstat (limited to 'ci/testsshd/go.mod')
-rw-r--r--ci/testsshd/go.mod7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/testsshd/go.mod b/ci/testsshd/go.mod
deleted file mode 100644
index 88ccdc7..0000000
--- a/ci/testsshd/go.mod
+++ /dev/null
@@ -1,7 +0,0 @@
-module rsend/ci/testsshd
-
-go 1.25.0
-
-require golang.org/x/crypto v0.53.0
-
-require golang.org/x/sys v0.46.0 // indirect