|
1 | 1 | module github.com/kahing/goofys |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - cloud.google.com/go/storage v1.14.0 |
| 6 | + cloud.google.com/go/storage v1.30.1 |
7 | 7 | github.com/Azure/azure-pipeline-go v0.2.3 |
8 | | - github.com/Azure/azure-sdk-for-go v61.4.0+incompatible |
9 | | - github.com/Azure/azure-storage-blob-go v0.14.0 |
10 | | - github.com/Azure/go-autorest/autorest v0.11.18 |
11 | | - github.com/Azure/go-autorest/autorest/adal v0.9.13 |
12 | | - github.com/Azure/go-autorest/autorest/azure/auth v0.5.7 |
13 | | - github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 |
14 | | - github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect |
15 | | - github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect |
16 | | - github.com/aws/aws-sdk-go v1.44.37 |
17 | | - github.com/gofrs/uuid v4.2.0+incompatible |
18 | | - github.com/google/uuid v1.2.0 |
19 | | - github.com/gopherjs/gopherjs v0.0.0-20210413103415-7d3cbed7d026 // indirect |
20 | | - github.com/jacobsa/fuse v0.0.0-20221016084658-a4cd154343d8 |
| 8 | + github.com/Azure/azure-sdk-for-go v68.0.0+incompatible |
| 9 | + github.com/Azure/azure-storage-blob-go v0.15.0 |
| 10 | + github.com/Azure/go-autorest/autorest v0.11.29 |
| 11 | + github.com/Azure/go-autorest/autorest/adal v0.9.23 |
| 12 | + github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 |
| 13 | + github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 |
| 14 | + github.com/aws/aws-sdk-go v1.44.278 |
| 15 | + github.com/gofrs/uuid v4.4.0+incompatible |
| 16 | + github.com/google/uuid v1.3.0 |
| 17 | + github.com/jacobsa/fuse v0.0.0-20230509090321-7263f3a2b474 |
21 | 18 | github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 |
22 | 19 | github.com/mitchellh/go-homedir v1.1.0 |
23 | | - github.com/sevlyar/go-daemon v0.1.5 |
| 20 | + github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 |
| 21 | + github.com/sevlyar/go-daemon v0.1.6 |
24 | 22 | github.com/shirou/gopsutil/v3 v3.24.5 |
25 | | - github.com/sirupsen/logrus v1.4.3-0.20190807103436-de736cf91b92 |
26 | | - github.com/smartystreets/assertions v1.2.0 // indirect |
27 | | - github.com/urfave/cli v1.21.1-0.20190807111034-521735b7608a |
28 | | - golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558 |
29 | | - golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
| 23 | + github.com/sirupsen/logrus v1.9.3 |
| 24 | + github.com/urfave/cli v1.22.13 |
| 25 | + golang.org/x/oauth2 v0.8.0 |
| 26 | + golang.org/x/sync v0.2.0 |
30 | 27 | golang.org/x/sys v0.20.0 |
31 | | - google.golang.org/api v0.43.0 |
| 28 | + google.golang.org/api v0.125.0 |
32 | 29 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c |
33 | | - gopkg.in/ini.v1 v1.51.0 |
| 30 | + gopkg.in/ini.v1 v1.67.0 |
| 31 | +) |
| 32 | + |
| 33 | +require ( |
| 34 | + cloud.google.com/go v0.110.0 // indirect |
| 35 | + cloud.google.com/go/compute v1.19.3 // indirect |
| 36 | + cloud.google.com/go/compute/metadata v0.2.3 // indirect |
| 37 | + cloud.google.com/go/iam v0.13.0 // indirect |
| 38 | + github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 39 | + github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| 40 | + github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect |
| 41 | + github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect |
| 42 | + github.com/Azure/go-autorest/logger v0.2.1 // indirect |
| 43 | + github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| 44 | + github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect |
| 45 | + github.com/dimchansky/utfbom v1.1.1 // indirect |
| 46 | + github.com/go-ole/go-ole v1.2.6 // indirect |
| 47 | + github.com/golang-jwt/jwt/v4 v4.5.0 // indirect |
| 48 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 49 | + github.com/golang/protobuf v1.5.3 // indirect |
| 50 | + github.com/google/go-cmp v0.6.0 // indirect |
| 51 | + github.com/google/s2a-go v0.1.4 // indirect |
| 52 | + github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect |
| 53 | + github.com/googleapis/gax-go/v2 v2.10.0 // indirect |
| 54 | + github.com/hashicorp/golang-lru/v2 v2.0.7 |
| 55 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 56 | + github.com/kr/pretty v0.2.1 // indirect |
| 57 | + github.com/kr/text v0.1.0 // indirect |
| 58 | + github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect |
| 59 | + github.com/mattn/go-ieproxy v0.0.1 // indirect |
| 60 | + github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect |
| 61 | + github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| 62 | + github.com/shoenig/go-m1cpu v0.1.6 // indirect |
| 63 | + github.com/tklauser/go-sysconf v0.3.12 // indirect |
| 64 | + github.com/tklauser/numcpus v0.6.1 // indirect |
| 65 | + github.com/yusufpapurcu/wmi v1.2.4 // indirect |
| 66 | + go.opencensus.io v0.24.0 // indirect |
| 67 | + golang.org/x/crypto v0.9.0 // indirect |
| 68 | + golang.org/x/net v0.10.0 // indirect |
| 69 | + golang.org/x/text v0.9.0 // indirect |
| 70 | + golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
| 71 | + google.golang.org/appengine v1.6.7 // indirect |
| 72 | + google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect |
| 73 | + google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect |
| 74 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect |
| 75 | + google.golang.org/grpc v1.55.0 // indirect |
| 76 | + google.golang.org/protobuf v1.30.0 // indirect |
34 | 77 | ) |
0 commit comments