@@ -2,12 +2,12 @@ module github.com/GoogleCloudPlatform/microservices-demo/src/productcatalogservi
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.24.1
5
+ toolchain go1.24.3
6
6
7
7
require (
8
- cloud.google.com/go/alloydbconn v1.15.0
8
+ cloud.google.com/go/alloydbconn v1.15.1
9
9
cloud.google.com/go/profiler v0.4.2
10
- cloud.google.com/go/secretmanager v1.14.6
10
+ cloud.google.com/go/secretmanager v1.14.7
11
11
github.com/golang/protobuf v1.5.4
12
12
github.com/jackc/pgx/v5 v5.7.4
13
13
github.com/pkg/errors v0.9.1
@@ -16,19 +16,19 @@ require (
16
16
go.opentelemetry.io/otel v1.35.0
17
17
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0
18
18
go.opentelemetry.io/otel/sdk v1.35.0
19
- google.golang.org/grpc v1.71 .0
19
+ google.golang.org/grpc v1.72 .0
20
20
google.golang.org/protobuf v1.36.6
21
21
)
22
22
23
23
require (
24
- cloud.google.com/go v0.118.3 // indirect
25
- cloud.google.com/go/alloydb v1.14.1 // indirect
26
- cloud.google.com/go/auth v0.15 .0 // indirect
27
- cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
24
+ cloud.google.com/go v0.120.0 // indirect
25
+ cloud.google.com/go/alloydb v1.15.0 // indirect
26
+ cloud.google.com/go/auth v0.16 .0 // indirect
27
+ cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
28
28
cloud.google.com/go/compute/metadata v0.6.0 // indirect
29
- cloud.google.com/go/iam v1.4.1 // indirect
30
- cloud.google.com/go/longrunning v0.6.4 // indirect
31
- cloud.google.com/go/monitoring v1.24.0 // indirect
29
+ cloud.google.com/go/iam v1.5.0 // indirect
30
+ cloud.google.com/go/longrunning v0.6.6 // indirect
31
+ cloud.google.com/go/monitoring v1.24.1 // indirect
32
32
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
33
33
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
34
34
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -39,29 +39,29 @@ require (
39
39
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 // indirect
40
40
github.com/google/s2a-go v0.1.9 // indirect
41
41
github.com/google/uuid v1.6.0 // indirect
42
- github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
42
+ github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
43
43
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
44
44
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
45
45
github.com/jackc/pgpassfile v1.0.0 // indirect
46
46
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
47
47
github.com/jackc/puddle/v2 v2.2.2 // indirect
48
48
go.opencensus.io v0.24.0 // indirect
49
49
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
50
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59 .0 // indirect
50
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
51
51
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
52
52
go.opentelemetry.io/otel/metric v1.35.0 // indirect
53
53
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
54
54
go.opentelemetry.io/otel/trace v1.35.0 // indirect
55
55
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
56
- golang.org/x/crypto v0.36 .0 // indirect
57
- golang.org/x/net v0.37 .0 // indirect
58
- golang.org/x/oauth2 v0.28 .0 // indirect
59
- golang.org/x/sync v0.12 .0 // indirect
60
- golang.org/x/sys v0.31 .0 // indirect
61
- golang.org/x/text v0.23 .0 // indirect
56
+ golang.org/x/crypto v0.37 .0 // indirect
57
+ golang.org/x/net v0.39 .0 // indirect
58
+ golang.org/x/oauth2 v0.29 .0 // indirect
59
+ golang.org/x/sync v0.13 .0 // indirect
60
+ golang.org/x/sys v0.32 .0 // indirect
61
+ golang.org/x/text v0.24 .0 // indirect
62
62
golang.org/x/time v0.11.0 // indirect
63
- google.golang.org/api v0.224 .0 // indirect
63
+ google.golang.org/api v0.229 .0 // indirect
64
64
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
65
- google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
66
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
65
+ google.golang.org/genproto/googleapis/api v0.0.0-20250414145226-207652e42e2e // indirect
66
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
67
67
)
0 commit comments