aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-12-22 14:07:03 +0700
committerShulhan <ms@kilabit.info>2023-12-22 15:21:40 +0700
commit8932e7ab20fcc78caeabcdaab5c01e9dbbbd7a17 (patch)
tree30f586e39a71ec064bf7a9a1124b7d53968742ab /go.mod
parent7a63c70fb199eda55b512bd92163d7d51d39a2a3 (diff)
downloadpakakeh.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.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 9cbbf390..15c52d33 100644
--- a/go.mod
+++ b/go.mod
@@ -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