|
1 | 1 | module github.com/lytics/cloudstorage |
2 | 2 |
|
3 | | -go 1.15 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | cloud.google.com/go/storage v1.15.0 |
7 | 7 | github.com/Azure/azure-sdk-for-go v40.5.0+incompatible |
8 | | - github.com/Azure/go-autorest/autorest v0.11.10 // indirect |
9 | | - github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect |
10 | 8 | github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61 |
11 | 9 | github.com/aws/aws-sdk-go v1.29.34 |
12 | | - github.com/dnaeon/go-vcr v1.1.0 // indirect |
13 | 10 | github.com/pborman/uuid v1.2.1 |
14 | 11 | github.com/pkg/sftp v1.11.0 |
15 | | - github.com/satori/go.uuid v1.2.0 // indirect |
16 | | - github.com/stretchr/testify v1.6.1 |
| 12 | + github.com/stretchr/testify v1.8.0 |
17 | 13 | golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 |
18 | 14 | golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 |
19 | 15 | golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78 |
20 | 16 | golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
21 | 17 | google.golang.org/api v0.45.0 |
22 | 18 | ) |
| 19 | + |
| 20 | +require ( |
| 21 | + cloud.google.com/go v0.81.0 // indirect |
| 22 | + github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 23 | + github.com/Azure/go-autorest/autorest v0.11.10 // indirect |
| 24 | + github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect |
| 25 | + github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| 26 | + github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect |
| 27 | + github.com/Azure/go-autorest/logger v0.2.0 // indirect |
| 28 | + github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| 29 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 30 | + github.com/dnaeon/go-vcr v1.1.0 // indirect |
| 31 | + github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect |
| 32 | + github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
| 33 | + github.com/golang/protobuf v1.5.2 // indirect |
| 34 | + github.com/google/uuid v1.1.2 // indirect |
| 35 | + github.com/googleapis/gax-go/v2 v2.0.5 // indirect |
| 36 | + github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect |
| 37 | + github.com/jstemmer/go-junit-report v0.9.1 // indirect |
| 38 | + github.com/kr/fs v0.1.0 // indirect |
| 39 | + github.com/pkg/errors v0.9.1 // indirect |
| 40 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 41 | + github.com/satori/go.uuid v1.2.0 // indirect |
| 42 | + go.opencensus.io v0.23.0 // indirect |
| 43 | + golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect |
| 44 | + golang.org/x/mod v0.4.1 // indirect |
| 45 | + golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750 // indirect |
| 46 | + golang.org/x/text v0.3.5 // indirect |
| 47 | + golang.org/x/tools v0.1.0 // indirect |
| 48 | + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| 49 | + google.golang.org/appengine v1.6.7 // indirect |
| 50 | + google.golang.org/genproto v0.0.0-20210420162539-3c870d7478d2 // indirect |
| 51 | + google.golang.org/grpc v1.37.0 // indirect |
| 52 | + google.golang.org/protobuf v1.26.0 // indirect |
| 53 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 54 | +) |
0 commit comments