mirror of https://github.com/spf13/afero.git
16 lines
435 B
Modula-2
16 lines
435 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/ncw/swift v1.0.47
|
|
github.com/pkg/sftp v1.13.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
|
|
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
|
|
golang.org/x/text v0.3.4
|
|
google.golang.org/api v0.40.0
|
|
)
|
|
|
|
go 1.13
|