Skip to content

Commit 75907b6

Browse files
authored
chore(deps): update module cloud.google.com/go/alloydbconn to v0.3.0 (GoogleCloudPlatform#156)
1 parent 0b10153 commit 75907b6

File tree

2 files changed

+185
-26
lines changed

2 files changed

+185
-26
lines changed

go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/alloydb-auth-proxy
33
go 1.19
44

55
require (
6-
cloud.google.com/go/alloydbconn v0.2.2
6+
cloud.google.com/go/alloydbconn v0.3.0
77
contrib.go.opencensus.io/exporter/prometheus v0.4.2
88
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
99
github.com/google/go-cmp v0.5.9
@@ -16,7 +16,7 @@ require (
1616
)
1717

1818
require (
19-
cloud.google.com/go/compute v1.9.0 // indirect
19+
cloud.google.com/go/compute v1.10.0 // indirect
2020
cloud.google.com/go/monitoring v1.1.0 // indirect
2121
cloud.google.com/go/trace v1.0.0 // indirect
2222
github.com/aws/aws-sdk-go v1.43.31 // indirect
@@ -28,8 +28,8 @@ require (
2828
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2929
github.com/golang/protobuf v1.5.2 // indirect
3030
github.com/google/uuid v1.3.0 // indirect
31-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
32-
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
31+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
32+
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
3333
github.com/inconshreveable/mousetrap v1.0.1 // indirect
3434
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
3535
github.com/jackc/pgconn v1.13.0 // indirect
@@ -52,14 +52,14 @@ require (
5252
go.uber.org/atomic v1.9.0 // indirect
5353
go.uber.org/multierr v1.6.0 // indirect
5454
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
55-
golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
56-
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
55+
golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
56+
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
5757
golang.org/x/text v0.3.7 // indirect
58-
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
59-
google.golang.org/api v0.95.0 // indirect
58+
golang.org/x/time v0.1.0 // indirect
59+
google.golang.org/api v0.99.0 // indirect
6060
google.golang.org/appengine v1.6.7 // indirect
61-
google.golang.org/genproto v0.0.0-20220902135211-223410557253 // indirect
62-
google.golang.org/grpc v1.49.0 // indirect
61+
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
62+
google.golang.org/grpc v1.50.1 // indirect
6363
google.golang.org/protobuf v1.28.1 // indirect
6464
gopkg.in/yaml.v2 v2.4.0 // indirect
6565
)

0 commit comments

Comments
 (0)