Skip to content

Commit

Permalink
all: update dependencies (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent authored Apr 2, 2022
1 parent 417c39a commit 8aad2ae
Show file tree
Hide file tree
Showing 18 changed files with 1,903 additions and 1,501 deletions.
457 changes: 26 additions & 431 deletions blob/gcsblob/testdata/TestConformance/TestWrite/Content_md5_match.replay

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docstore/mongodocstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ go 1.12
require (
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.6
github.com/google/go-cmp v0.5.7
github.com/google/wire v0.5.0
github.com/xdg-go/scram v1.1.1 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.7.4
go.mongodb.org/mongo-driver v1.8.4
gocloud.dev v0.24.0
)

Expand Down
386 changes: 242 additions & 144 deletions docstore/mongodocstore/go.sum

Large diffs are not rendered by default.

75 changes: 37 additions & 38 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ module gocloud.dev
go 1.12

require (
cloud.google.com/go v0.97.0
cloud.google.com/go/compute v1.5.0
cloud.google.com/go/firestore v1.6.1
cloud.google.com/go/kms v1.1.0
cloud.google.com/go/pubsub v1.17.1
cloud.google.com/go/secretmanager v1.0.0
cloud.google.com/go/storage v1.18.2
cloud.google.com/go/iam v0.3.0
cloud.google.com/go/kms v1.4.0
cloud.google.com/go/monitoring v1.4.0 // indirect
cloud.google.com/go/pubsub v1.19.0
cloud.google.com/go/secretmanager v1.3.0
cloud.google.com/go/storage v1.21.0
cloud.google.com/go/trace v1.2.0 // indirect
contrib.go.opencensus.io/exporter/aws v0.0.0-20200617204711-c478e41e60e9
contrib.go.opencensus.io/exporter/stackdriver v0.13.10
contrib.go.opencensus.io/integrations/ocsql v0.1.7
Expand All @@ -35,50 +38,46 @@ require (
github.com/Azure/go-autorest/autorest v0.11.22
github.com/Azure/go-autorest/autorest/adal v0.9.17
github.com/Azure/go-autorest/autorest/azure/auth v0.5.9
github.com/Azure/go-autorest/autorest/azure/cli v0.4.4 // indirect
github.com/GoogleCloudPlatform/cloudsql-proxy v1.27.0
github.com/aws/aws-sdk-go v1.42.8
github.com/aws/aws-sdk-go-v2 v1.11.0
github.com/aws/aws-sdk-go-v2/config v1.10.1
github.com/aws/aws-sdk-go-v2/credentials v1.6.1
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.7.1
github.com/aws/aws-sdk-go-v2/service/kms v1.10.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.19.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.10.0
github.com/aws/aws-sdk-go-v2/service/sns v1.11.0
github.com/aws/aws-sdk-go-v2/service/sqs v1.12.0
github.com/aws/aws-sdk-go-v2/service/ssm v1.15.0
github.com/aws/smithy-go v1.9.0
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/envoyproxy/go-control-plane v0.10.1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0
github.com/aws/aws-sdk-go v1.43.31
github.com/aws/aws-sdk-go-v2 v1.16.2
github.com/aws/aws-sdk-go-v2/config v1.15.3
github.com/aws/aws-sdk-go-v2/credentials v1.11.2
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.3
github.com/aws/aws-sdk-go-v2/service/kms v1.16.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.4
github.com/aws/aws-sdk-go-v2/service/sns v1.17.4
github.com/aws/aws-sdk-go-v2/service/sqs v1.18.3
github.com/aws/aws-sdk-go-v2/service/ssm v1.24.1
github.com/aws/smithy-go v1.11.2
github.com/fsnotify/fsnotify v1.5.1
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.6
github.com/google/go-cmp v0.5.7
github.com/google/go-replayers/grpcreplay v1.1.0
github.com/google/go-replayers/httpreplay v1.0.0
github.com/google/go-replayers/httpreplay v1.1.1
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect
github.com/google/uuid v1.3.0
github.com/google/wire v0.5.0
github.com/googleapis/gax-go/v2 v2.1.1
github.com/googleapis/gax-go/v2 v2.2.0
github.com/klauspost/compress v1.15.1 // indirect
github.com/lib/pq v1.10.4
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/mattn/go-ieproxy v0.0.3 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
go.opencensus.io v0.23.0
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20220313003712-b769efc7c000
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
golang.org/x/mod v0.5.0 // indirect
golang.org/x/net v0.0.0-20220401154927-543a649e0bdd
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/api v0.60.0
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
google.golang.org/api v0.74.0
google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
)
Loading

0 comments on commit 8aad2ae

Please sign in to comment.