vendor/github.com/spf13/afero/go.mod
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
child 260 445e01aede7e
--- a/vendor/github.com/spf13/afero/go.mod	Mon Jun 07 20:58:18 2021 +0200
+++ b/vendor/github.com/spf13/afero/go.mod	Sun Jul 11 10:35:56 2021 +0200
@@ -1,3 +1,9 @@
 module github.com/spf13/afero
 
-require golang.org/x/text v0.3.0
+require (
+	github.com/pkg/sftp v1.10.1
+	golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
+	golang.org/x/text v0.3.3
+)
+
+go 1.13