|
1 | 1 | module github.com/spf13/afero
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - cloud.google.com/go/storage v1.14.0 |
5 |
| - github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8 |
6 |
| - github.com/pkg/sftp v1.13.1 |
7 |
| - golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa |
8 |
| - golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99 |
9 |
| - golang.org/x/text v0.3.7 |
10 |
| - google.golang.org/api v0.40.0 |
| 4 | + cloud.google.com/go/storage v1.35.1 |
| 5 | + github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 |
| 6 | + github.com/pkg/sftp v1.13.6 |
| 7 | + golang.org/x/crypto v0.16.0 |
| 8 | + golang.org/x/oauth2 v0.15.0 |
| 9 | + golang.org/x/text v0.14.0 |
| 10 | + google.golang.org/api v0.152.0 |
11 | 11 | )
|
12 | 12 |
|
13 |
| -go 1.16 |
| 13 | +require ( |
| 14 | + cloud.google.com/go v0.110.10 // indirect |
| 15 | + cloud.google.com/go/compute v1.23.3 // indirect |
| 16 | + cloud.google.com/go/compute/metadata v0.2.3 // indirect |
| 17 | + cloud.google.com/go/iam v1.1.5 // indirect |
| 18 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 19 | + github.com/golang/protobuf v1.5.3 // indirect |
| 20 | + github.com/google/s2a-go v0.1.7 // indirect |
| 21 | + github.com/google/uuid v1.4.0 // indirect |
| 22 | + github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect |
| 23 | + github.com/googleapis/gax-go/v2 v2.12.0 // indirect |
| 24 | + github.com/kr/fs v0.1.0 // indirect |
| 25 | + go.opencensus.io v0.24.0 // indirect |
| 26 | + golang.org/x/net v0.19.0 // indirect |
| 27 | + golang.org/x/sync v0.5.0 // indirect |
| 28 | + golang.org/x/sys v0.15.0 // indirect |
| 29 | + golang.org/x/time v0.5.0 // indirect |
| 30 | + golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
| 31 | + google.golang.org/appengine v1.6.7 // indirect |
| 32 | + google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect |
| 33 | + google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect |
| 34 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect |
| 35 | + google.golang.org/grpc v1.59.0 // indirect |
| 36 | + google.golang.org/protobuf v1.31.0 // indirect |
| 37 | +) |
| 38 | + |
| 39 | +go 1.19 |
0 commit comments