mirror of https://github.com/spf13/afero.git
14 lines
349 B
Modula-2
14 lines
349 B
Modula-2
module github.com/spf13/afero
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.14.0
|
|
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8
|
|
github.com/pkg/sftp v1.10.1
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/text v0.3.4
|
|
google.golang.org/api v0.40.0
|
|
)
|
|
|
|
go 1.13
|