@@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/alloydb-auth-proxy
3
3
go 1.19
4
4
5
5
require (
6
- cloud.google.com/go/alloydbconn v0.3.0
6
+ cloud.google.com/go/alloydbconn v0.3.1
7
7
contrib.go.opencensus.io/exporter/prometheus v0.4.2
8
8
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
9
9
github.com/google/go-cmp v0.5.9
@@ -17,8 +17,8 @@ require (
17
17
18
18
require (
19
19
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
22
22
github.com/aws/aws-sdk-go v1.43.31 // indirect
23
23
github.com/beorn7/perks v1.0.1 // indirect
24
24
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
@@ -29,7 +29,7 @@ require (
29
29
github.com/golang/protobuf v1.5.2 // indirect
30
30
github.com/google/uuid v1.3.0 // indirect
31
31
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
33
33
github.com/inconshreveable/mousetrap v1.0.1 // indirect
34
34
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
35
35
github.com/jackc/pgconn v1.13.0 // indirect
@@ -53,12 +53,12 @@ require (
53
53
go.uber.org/multierr v1.6.0 // indirect
54
54
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
55
55
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
57
57
golang.org/x/text v0.4.0 // indirect
58
58
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
60
60
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
62
62
google.golang.org/grpc v1.50.1 // indirect
63
63
google.golang.org/protobuf v1.28.1 // indirect
64
64
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments