Skip to content

Commit

Permalink
Merge pull request #92 from lytics/upgrade-google-deps-grpc
Browse files Browse the repository at this point in the history
Upgrade google deps for cloudstorage
  • Loading branch information
ajroetker authored Jun 18, 2021
2 parents 1d4d62f + 475403f commit 30e5456
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 57 deletions.
29 changes: 6 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,20 @@ module github.com/lytics/cloudstorage
go 1.15

require (
cloud.google.com/go/bigquery v1.4.0 // indirect
cloud.google.com/go/storage v1.5.0
cloud.google.com/go/storage v1.15.0
github.com/Azure/azure-sdk-for-go v40.5.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.10 // indirect
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61
github.com/aws/aws-sdk-go v1.29.34
github.com/dnaeon/go-vcr v1.1.0 // indirect
github.com/envoyproxy/go-control-plane v0.9.4 // indirect
github.com/golang/mock v1.4.4 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/google/martian/v3 v3.0.0 // indirect
github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99 // indirect
github.com/pborman/uuid v1.2.1
github.com/pkg/sftp v1.11.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/stretchr/testify v1.5.1
go.opencensus.io v0.22.4 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20201029055024-942e2f445f3c
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/api v0.15.0
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/grpc v1.26.0 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
rsc.io/quote/v3 v3.1.0 // indirect
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.45.0
)
Loading

0 comments on commit 30e5456

Please sign in to comment.