@@ -2,19 +2,19 @@ module github.com/bazelbuild/reclient
2
2
3
3
go 1.23.1 // Remember to also update the go sdks in MODULE.bazel
4
4
5
- toolchain go1.23.4
5
+ toolchain go1.24.0
6
6
7
7
require (
8
- cloud.google.com/go/bigquery v1.65.0
9
- cloud.google.com/go/monitoring v1.22.1
8
+ cloud.google.com/go/bigquery v1.66.2
9
+ cloud.google.com/go/monitoring v1.24.0
10
10
cloud.google.com/go/profiler v0.4.2
11
- cloud.google.com/go/storage v1.43 .0
11
+ cloud.google.com/go/storage v1.50 .0
12
12
cloud.google.com/go/trace v1.11.3
13
13
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
14
14
github.com/GoogleCloudPlatform/protoc-gen-bq-schema v1.1.0
15
15
github.com/Microsoft/go-winio v0.6.2
16
16
github.com/bazelbuild/remote-apis-sdks v0.0.0-20250110170550-8bf84d3488e5
17
- github.com/bazelbuild/rules_go v0.51 .0
17
+ github.com/bazelbuild/rules_go v0.52 .0
18
18
github.com/eapache/go-resiliency v1.7.0
19
19
github.com/fatih/color v1.18.0
20
20
github.com/golang/glog v1.2.4
@@ -28,29 +28,37 @@ require (
28
28
github.com/shirou/gopsutil/v3 v3.24.5
29
29
github.com/vardius/progress-go v0.0.0-20221030221608-f948426036a9
30
30
go.opencensus.io v0.24.0
31
- golang.org/x/mod v0.22 .0
32
- golang.org/x/oauth2 v0.24 .0
33
- golang.org/x/sync v0.10 .0
34
- golang.org/x/sys v0.28 .0
35
- golang.org/x/tools v0.28 .0
36
- google.golang.org/api v0.214 .0
37
- google.golang.org/genproto v0.0.0-20250106144421-5f5ef82da422
31
+ golang.org/x/mod v0.23 .0
32
+ golang.org/x/oauth2 v0.26 .0
33
+ golang.org/x/sync v0.11 .0
34
+ golang.org/x/sys v0.30 .0
35
+ golang.org/x/tools v0.30 .0
36
+ google.golang.org/api v0.220 .0
37
+ google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4
38
38
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6
39
- google.golang.org/grpc v1.68 .0
40
- google.golang.org/protobuf v1.36.4
39
+ google.golang.org/grpc v1.70 .0
40
+ google.golang.org/protobuf v1.36.5
41
41
)
42
42
43
43
require (
44
- cloud.google.com/go v0.118.0 // indirect
45
- cloud.google.com/go/auth v0.13.0 // indirect
46
- cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
44
+ cel.dev/expr v0.19.2 // indirect
45
+ cloud.google.com/go v0.118.1 // indirect
46
+ cloud.google.com/go/auth v0.14.1 // indirect
47
+ cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
47
48
cloud.google.com/go/compute/metadata v0.6.0 // indirect
48
49
cloud.google.com/go/iam v1.3.1 // indirect
49
50
cloud.google.com/go/longrunning v0.6.4 // indirect
51
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
52
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
53
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
50
54
github.com/apache/arrow/go/v15 v15.0.2 // indirect
51
55
github.com/aws/aws-sdk-go v1.43.31 // indirect
52
56
github.com/bazelbuild/remote-apis v0.0.0-20230411132548-35aee1c4a425 // indirect
53
57
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
58
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
59
+ github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
60
+ github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
61
+ github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
54
62
github.com/felixge/httpsnoop v1.0.4 // indirect
55
63
github.com/go-logr/logr v1.4.2 // indirect
56
64
github.com/go-logr/stdr v1.2.2 // indirect
@@ -60,34 +68,39 @@ require (
60
68
github.com/golang/protobuf v1.5.4 // indirect
61
69
github.com/google/flatbuffers v23.5.26+incompatible // indirect
62
70
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
63
- github.com/google/s2a-go v0.1.8 // indirect
71
+ github.com/google/s2a-go v0.1.9 // indirect
64
72
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
65
- github.com/googleapis/gax-go/v2 v2.14.0 // indirect
73
+ github.com/googleapis/gax-go/v2 v2.14.1 // indirect
66
74
github.com/jmespath/go-jmespath v0.4.0 // indirect
67
75
github.com/klauspost/compress v1.17.8 // indirect
68
76
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
69
77
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
70
78
github.com/mattn/go-colorable v0.1.13 // indirect
71
79
github.com/mattn/go-isatty v0.0.20 // indirect
72
80
github.com/pierrec/lz4/v4 v4.1.18 // indirect
81
+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
73
82
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
74
83
github.com/prometheus/prometheus v0.35.0 // indirect
75
84
github.com/shoenig/go-m1cpu v0.1.6 // indirect
76
85
github.com/tklauser/go-sysconf v0.3.12 // indirect
77
86
github.com/tklauser/numcpus v0.6.1 // indirect
78
87
github.com/yusufpapurcu/wmi v1.2.4 // indirect
79
88
github.com/zeebo/xxh3 v1.0.2 // indirect
80
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
81
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
82
- go.opentelemetry.io/otel v1.29.0 // indirect
83
- go.opentelemetry.io/otel/metric v1.29.0 // indirect
84
- go.opentelemetry.io/otel/trace v1.29.0 // indirect
85
- golang.org/x/crypto v0.31.0 // indirect
86
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
87
- golang.org/x/net v0.33.0 // indirect
88
- golang.org/x/text v0.21.0 // indirect
89
- golang.org/x/time v0.8.0 // indirect
89
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
90
+ go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
91
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
92
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
93
+ go.opentelemetry.io/otel v1.34.0 // indirect
94
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
95
+ go.opentelemetry.io/otel/sdk v1.34.0 // indirect
96
+ go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
97
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
98
+ golang.org/x/crypto v0.33.0 // indirect
99
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
100
+ golang.org/x/net v0.35.0 // indirect
101
+ golang.org/x/text v0.22.0 // indirect
102
+ golang.org/x/time v0.9.0 // indirect
90
103
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
91
- google.golang.org/genproto/googleapis/api v0.0.0-20250102185135-69823020774d // indirect
92
- google.golang.org/genproto/googleapis/bytestream v0.0.0-20241209162323-e6fa225c2576 // indirect
104
+ google.golang.org/genproto/googleapis/api v0.0.0-20250127172529-29210b9bc287 // indirect
105
+ google.golang.org/genproto/googleapis/bytestream v0.0.0-20250127172529-29210b9bc287 // indirect
93
106
)
0 commit comments