diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-19 01:41:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-19 20:55:38 +0700 |
| commit | 67975b6392cb6045179d2e15e16befb985c606dd (patch) | |
| tree | e1d35a1b4d32c712ff5eb1a5a913f46ccf07a287 /go.sum | |
| parent | e2f814496450a6e75b5dde9165253a93abf02b38 (diff) | |
| download | awwan-67975b6392cb6045179d2e15e16befb985c606dd.tar.xz | |
all: update share module
The latest share module, in lib/crypto, handle loading SSH private key
with passphrase interactively using a program defined in SSH_ASKPASS.
This allow "awwan serve" that run without stdin, for example under
systemd service, works seamlessly by setting environment variable
SSH_ASKPASS to /usr/lib/ssh/x11-ssh-askpass.
Implements: https://todo.sr.ht/~shulhan/awwan/3
Signed-off-by: Shulhan <ms@kilabit.info>
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ git.sr.ht/~shulhan/ciigo v0.10.1 h1:J/lZ9Xqretky2fgC0g8Z5HATNqEWWDFkSKUBLyFm83g= git.sr.ht/~shulhan/ciigo v0.10.1/go.mod h1:q6VQ+us4sErIfB0jk4F+VsSBLYK/k9T41X2loC9CBLw= github.com/evanw/esbuild v0.19.5 h1:9ildZqajUJzDAwNf9MyQsLh2RdDRKTq3kcyyzhE39us= github.com/evanw/esbuild v0.19.5/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48= -github.com/shuLhan/share v0.50.2-0.20231116170601-cbe11eddc3c2 h1:9RAk688z4GHsA8ZLLX+BXDxf4KnjCSi6BM4aVmdZoYQ= -github.com/shuLhan/share v0.50.2-0.20231116170601-cbe11eddc3c2/go.mod h1:b0oygmb+VQ9VdoWW3oCQJTtBrMzwiSlJBCn6R6mPUKI= +github.com/shuLhan/share v0.50.2-0.20231118182206-9ef7d782eb2b h1:cOd+OOKpONiTsoQLSIhaXF4Jrdq/UNJlV+p3/DfzLmw= +github.com/shuLhan/share v0.50.2-0.20231118182206-9ef7d782eb2b/go.mod h1:b0oygmb+VQ9VdoWW3oCQJTtBrMzwiSlJBCn6R6mPUKI= github.com/yuin/goldmark v1.6.0 h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68= github.com/yuin/goldmark v1.6.0/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUeiOUc= |
