diff options
| author | runoneall <runoneall@serv00.net> | 2025-09-11 11:19:12 +0200 |
|---|---|---|
| committer | runoneall <runoneall@serv00.net> | 2025-09-11 11:19:12 +0200 |
| commit | 59c5a6c4950d340d248431b84452d86329024d76 (patch) | |
| tree | 71d5e243090a319f35c6b35046e81ddf7271dc35 /go.mod | |
| parent | 1ac4476d0a226c319200720a6ff63a5471bdc104 (diff) | |
add ssh server
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ -module ssh-server +module mc-ssh-server go 1.25.1 + +require ( + github.com/magiconair/properties v1.8.10 // indirect + golang.org/x/crypto v0.42.0 // indirect + golang.org/x/sys v0.36.0 // indirect +) |
