diff options
| author | Shulhan <ms@kilabit.info> | 2021-04-12 02:29:10 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-04-12 02:29:10 +0700 |
| commit | ebbc6775c9c5698b18d1f2e08450641945ce26ff (patch) | |
| tree | 747b5ec925d14ed0647ea3a735df2d68976cb8ea | |
| parent | d5d99787446653b8ad42e4ef7f685841b84d0255 (diff) | |
| download | awwan-ebbc6775c9c5698b18d1f2e08450641945ce26ff.tar.xz | |
go.mod: update share module
This is fix on ssh client that print warning when SSH config private
key file is empty.
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,6 +2,6 @@ module git.sr.ht/~shulhan/awwan go 1.16 -require github.com/shuLhan/share v0.25.1 +require github.com/shuLhan/share v0.25.2-0.20210411184528-a4735d7596c6 //replace github.com/shuLhan/share => ../share @@ -1,5 +1,5 @@ -github.com/shuLhan/share v0.25.1 h1:k2btbYnBcsIfkM6BvRrCZ4i726pY5bF8xxGvjlWsxVY= -github.com/shuLhan/share v0.25.1/go.mod h1:G6T/vwf4RNLP6iJBhOfExDfAnPT8MuSDQ4Y81Ax9fDg= +github.com/shuLhan/share v0.25.2-0.20210411184528-a4735d7596c6 h1:flzV+EO+mvsLkJJdVoCcbB9XngpwhUEPIg6DQuW0jPA= +github.com/shuLhan/share v0.25.2-0.20210411184528-a4735d7596c6/go.mod h1:G6T/vwf4RNLP6iJBhOfExDfAnPT8MuSDQ4Y81Ax9fDg= golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 h1:It14KIkyBFYkHkwZ7k45minvA9aorojkyjGk9KJ5B/w= golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= |
