Skip to content

Commit 815202a

Browse files
dependabot[bot]orgrim
authored andcommitted
Bump google.golang.org/grpc from 1.40.1 to 1.53.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.1 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.40.1...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bd92bb commit 815202a

2 files changed

Lines changed: 57 additions & 449 deletions

File tree

go.mod

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,33 @@ module github.com/orgrim/pg_back
33
go 1.20
44

55
require (
6-
cloud.google.com/go/storage v1.18.2
6+
cloud.google.com/go/storage v1.27.0
77
filippo.io/age v1.0.0
88
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.2.0
99
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
1010
github.com/aws/aws-sdk-go v1.42.12
11-
github.com/google/go-cmp v0.5.6
11+
github.com/google/go-cmp v0.5.9
1212
github.com/jackc/pgtype v1.7.0
1313
github.com/jackc/pgx/v4 v4.11.0
1414
github.com/pkg/sftp v1.13.4
1515
github.com/spf13/pflag v1.0.5
1616
golang.org/x/crypto v0.1.0
17-
google.golang.org/api v0.63.0
17+
google.golang.org/api v0.103.0
1818
gopkg.in/ini.v1 v1.62.0
1919
)
2020

2121
require (
22-
cloud.google.com/go v0.99.0 // indirect
22+
cloud.google.com/go v0.107.0 // indirect
23+
cloud.google.com/go/compute v1.15.1 // indirect
24+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
25+
cloud.google.com/go/iam v0.8.0 // indirect
2326
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.20.0 // indirect
2427
github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.1 // indirect
25-
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
26-
github.com/cespare/xxhash v1.1.0 // indirect
27-
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect
28-
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed // indirect
29-
github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0 // indirect
30-
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
3128
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
3229
github.com/golang/protobuf v1.5.2 // indirect
33-
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
30+
github.com/google/uuid v1.3.0 // indirect
31+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
32+
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
3433
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
3534
github.com/jackc/pgconn v1.8.1 // indirect
3635
github.com/jackc/pgio v1.0.0 // indirect
@@ -39,14 +38,14 @@ require (
3938
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
4039
github.com/jmespath/go-jmespath v0.4.0 // indirect
4140
github.com/kr/fs v0.1.0 // indirect
42-
go.opencensus.io v0.23.0 // indirect
41+
go.opencensus.io v0.24.0 // indirect
4342
golang.org/x/net v0.7.0 // indirect
44-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
43+
golang.org/x/oauth2 v0.4.0 // indirect
4544
golang.org/x/sys v0.5.0 // indirect
4645
golang.org/x/text v0.7.0 // indirect
47-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
46+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
4847
google.golang.org/appengine v1.6.7 // indirect
49-
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
50-
google.golang.org/grpc v1.40.1 // indirect
51-
google.golang.org/protobuf v1.27.1 // indirect
48+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
49+
google.golang.org/grpc v1.53.0 // indirect
50+
google.golang.org/protobuf v1.28.1 // indirect
5251
)

0 commit comments

Comments
 (0)