diff options
| author | Lena <lena@omega> | 2026-07-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-07-01 00:00:00 +0000 |
| commit | 04fede70866f209a8cb9dfe8736872fc25009336 (patch) | |
| tree | 90636fd1c94d13354752d7a15d64b69eb5822c49 /ci/testsshd/go.sum | |
| parent | fb3199b4a993be16804129111c0bb35cc39a70f3 (diff) | |
| download | rsend-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.sum')
| -rw-r--r-- | ci/testsshd/go.sum | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/testsshd/go.sum b/ci/testsshd/go.sum deleted file mode 100644 index 68cadc1..0000000 --- a/ci/testsshd/go.sum +++ /dev/null @@ -1,6 +0,0 @@ -golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto= -golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio= -golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw= -golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= -golang.org/x/term v0.44.0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc= -golang.org/x/term v0.44.0/go.mod h1:7ze4MdzUzLXpSAoFP1H0bOI9aXDqveSvatT5vKcFh2Y= |