diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-22 14:07:03 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-22 15:21:40 +0700 |
| commit | 8932e7ab20fcc78caeabcdaab5c01e9dbbbd7a17 (patch) | |
| tree | 30f586e39a71ec064bf7a9a1124b7d53968742ab /go.mod | |
| parent | 7a63c70fb199eda55b512bd92163d7d51d39a2a3 (diff) | |
| download | pakakeh.go-8932e7ab20fcc78caeabcdaab5c01e9dbbbd7a17.tar.xz | |
lib/ssh: add parameter context to Execute method
This changes require the fork of our golang.org/x/crypto.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,4 +9,6 @@ require ( golang.org/x/term v0.15.0 ) +replace golang.org/x/crypto => git.sr.ht/~shulhan/go-x-crypto v0.17.1-0.20231222080754-445dd75cd339 + //replace golang.org/x/term => ../../../golang.org/x/term |
