github.com/gozelle/afero@v0.0.0-20230510083704-09e2ff18f19e/go.mod (about)

     1  module github.com/gozelle/afero
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/pkg/sftp v1.13.1
     7  	golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
     8  	golang.org/x/text v0.3.8
     9  )
    10  
    11  require (
    12  	github.com/kr/fs v0.1.0 // indirect
    13  	github.com/pkg/errors v0.9.1 // indirect
    14  	golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
    15  )