Skip to content

Commit ab2a5f3

Browse files
authored
chore(deps): update module cloud.google.com/go/alloydbconn to v0.3.1 (GoogleCloudPlatform#162)
1 parent 9d2acff commit ab2a5f3

File tree

2 files changed

+125
-23
lines changed

2 files changed

+125
-23
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
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.3.0
6+
cloud.google.com/go/alloydbconn v0.3.1
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
@@ -17,8 +17,8 @@ require (
1717

1818
require (
1919
cloud.google.com/go/compute v1.10.0 // indirect
20-
cloud.google.com/go/monitoring v1.1.0 // indirect
21-
cloud.google.com/go/trace v1.0.0 // indirect
20+
cloud.google.com/go/monitoring v1.7.0 // indirect
21+
cloud.google.com/go/trace v1.3.0 // indirect
2222
github.com/aws/aws-sdk-go v1.43.31 // indirect
2323
github.com/beorn7/perks v1.0.1 // indirect
2424
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
@@ -29,7 +29,7 @@ require (
2929
github.com/golang/protobuf v1.5.2 // indirect
3030
github.com/google/uuid v1.3.0 // indirect
3131
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
32-
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
32+
github.com/googleapis/gax-go/v2 v2.6.0 // 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
@@ -53,12 +53,12 @@ require (
5353
go.uber.org/multierr v1.6.0 // indirect
5454
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
5555
golang.org/x/net v0.1.0 // indirect
56-
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
56+
golang.org/x/sync v0.1.0 // indirect
5757
golang.org/x/text v0.4.0 // indirect
5858
golang.org/x/time v0.1.0 // indirect
59-
google.golang.org/api v0.99.0 // indirect
59+
google.golang.org/api v0.101.0 // indirect
6060
google.golang.org/appengine v1.6.7 // indirect
61-
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
61+
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
6262
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

0 commit comments

Comments
 (0)