@@ -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.2.2
6
+ cloud.google.com/go/alloydbconn v0.3.0
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
@@ -16,7 +16,7 @@ require (
16
16
)
17
17
18
18
require (
19
- cloud.google.com/go/compute v1.9 .0 // indirect
19
+ cloud.google.com/go/compute v1.10 .0 // indirect
20
20
cloud.google.com/go/monitoring v1.1.0 // indirect
21
21
cloud.google.com/go/trace v1.0.0 // indirect
22
22
github.com/aws/aws-sdk-go v1.43.31 // indirect
@@ -28,8 +28,8 @@ require (
28
28
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29
29
github.com/golang/protobuf v1.5.2 // indirect
30
30
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
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
@@ -52,14 +52,14 @@ require (
52
52
go.uber.org/atomic v1.9.0 // indirect
53
53
go.uber.org/multierr v1.6.0 // indirect
54
54
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
57
57
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
60
60
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
63
63
google.golang.org/protobuf v1.28.1 // indirect
64
64
gopkg.in/yaml.v2 v2.4.0 // indirect
65
65
)
0 commit comments