From ebbc6775c9c5698b18d1f2e08450641945ce26ff Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 12 Apr 2021 02:29:10 +0700 Subject: go.mod: update share module This is fix on ssh client that print warning when SSH config private key file is empty. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c4ee061..8cc3d13 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 45efd7d..e51d2b4 100644 --- a/go.sum +++ b/go.sum @@ -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= -- cgit v1.3