1
1
module github.com/bazelbuild/reclient
2
2
3
- go 1.21.11
3
+ go 1.22.0
4
+
5
+ toolchain go1.23.2
4
6
5
7
require (
6
8
cloud.google.com/go/bigquery v1.63.1
7
9
cloud.google.com/go/monitoring v1.21.1
8
- cloud.google.com/go/profiler v0.4.0
9
- cloud.google.com/go/storage v1.43 .0
10
+ cloud.google.com/go/profiler v0.4.1
11
+ cloud.google.com/go/storage v1.45 .0
10
12
cloud.google.com/go/trace v1.11.1
11
13
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
12
14
github.com/GoogleCloudPlatform/protoc-gen-bq-schema v1.1.0
13
15
github.com/Microsoft/go-winio v0.6.2
14
16
github.com/bazelbuild/remote-apis-sdks v0.0.0-20240910213405-f4821a2a072c
15
- github.com/bazelbuild/rules_go v0.48.0
16
- github.com/eapache/go-resiliency v1.6 .0
17
- github.com/fatih/color v1.17 .0
17
+ github.com/bazelbuild/rules_go v0.50.1
18
+ github.com/eapache/go-resiliency v1.7 .0
19
+ github.com/fatih/color v1.18 .0
18
20
github.com/golang/glog v1.2.2
19
21
github.com/google/go-cmp v0.6.0
20
22
github.com/google/uuid v1.6.0
21
23
github.com/gosuri/uilive v0.0.4
22
24
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
23
25
github.com/karrick/godirwalk v1.17.0
24
26
github.com/kolesnikovae/go-winjob v1.0.0
25
- github.com/pkg/xattr v0.4.4
26
- github.com/shirou/gopsutil/v3 v3.24.4
27
+ github.com/pkg/xattr v0.4.10
28
+ github.com/shirou/gopsutil/v3 v3.24.5
27
29
github.com/vardius/progress-go v0.0.0-20221030221608-f948426036a9
28
30
go.opencensus.io v0.24.0
29
- golang.org/x/mod v0.20 .0
31
+ golang.org/x/mod v0.21 .0
30
32
golang.org/x/oauth2 v0.23.0
31
33
golang.org/x/sync v0.8.0
32
- golang.org/x/sys v0.25 .0
33
- golang.org/x/tools v0.24 .0
34
- google.golang.org/api v0.197 .0
35
- google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9
36
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9
34
+ golang.org/x/sys v0.26 .0
35
+ golang.org/x/tools v0.26 .0
36
+ google.golang.org/api v0.202 .0
37
+ google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53
38
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53
37
39
google.golang.org/grpc v1.67.1
38
40
google.golang.org/protobuf v1.35.1
39
41
)
40
42
41
43
require (
42
- cloud.google.com/go v0.115.1 // indirect
43
- cloud.google.com/go/auth v0.9.3 // indirect
44
+ cel.dev/expr v0.16.1 // indirect
45
+ cloud.google.com/go v0.116.0 // indirect
46
+ cloud.google.com/go/auth v0.9.8 // indirect
44
47
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
45
- cloud.google.com/go/compute/metadata v0.5.0 // indirect
48
+ cloud.google.com/go/compute/metadata v0.5.2 // indirect
46
49
cloud.google.com/go/iam v1.2.1 // indirect
47
50
cloud.google.com/go/longrunning v0.6.1 // indirect
51
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
52
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
53
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
48
54
github.com/apache/arrow/go/v15 v15.0.2 // indirect
49
55
github.com/aws/aws-sdk-go v1.43.31 // indirect
50
56
github.com/bazelbuild/remote-apis v0.0.0-20230411132548-35aee1c4a425 // indirect
51
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-20240905190251-b4127c9b8d78 // indirect
60
+ github.com/envoyproxy/go-control-plane v0.13.0 // indirect
61
+ github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
52
62
github.com/felixge/httpsnoop v1.0.4 // indirect
53
63
github.com/go-logr/logr v1.4.2 // indirect
54
64
github.com/go-logr/stdr v1.2.2 // indirect
@@ -57,7 +67,7 @@ require (
57
67
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
58
68
github.com/golang/protobuf v1.5.4 // indirect
59
69
github.com/google/flatbuffers v23.5.26+incompatible // indirect
60
- github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
70
+ github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect
61
71
github.com/google/s2a-go v0.1.8 // indirect
62
72
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
63
73
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
@@ -68,24 +78,29 @@ require (
68
78
github.com/mattn/go-colorable v0.1.13 // indirect
69
79
github.com/mattn/go-isatty v0.0.20 // indirect
70
80
github.com/pierrec/lz4/v4 v4.1.18 // indirect
81
+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
71
82
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
72
83
github.com/prometheus/prometheus v0.35.0 // indirect
73
84
github.com/shoenig/go-m1cpu v0.1.6 // indirect
74
85
github.com/tklauser/go-sysconf v0.3.12 // indirect
75
86
github.com/tklauser/numcpus v0.6.1 // indirect
76
87
github.com/yusufpapurcu/wmi v1.2.4 // indirect
77
88
github.com/zeebo/xxh3 v1.0.2 // indirect
89
+ go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
78
90
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
79
91
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
80
92
go.opentelemetry.io/otel v1.29.0 // indirect
81
93
go.opentelemetry.io/otel/metric v1.29.0 // indirect
94
+ go.opentelemetry.io/otel/sdk v1.29.0 // indirect
95
+ go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
82
96
go.opentelemetry.io/otel/trace v1.29.0 // indirect
83
- golang.org/x/crypto v0.27 .0 // indirect
97
+ golang.org/x/crypto v0.28 .0 // indirect
84
98
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
85
- golang.org/x/net v0.29 .0 // indirect
86
- golang.org/x/text v0.18 .0 // indirect
87
- golang.org/x/time v0.6 .0 // indirect
99
+ golang.org/x/net v0.30 .0 // indirect
100
+ golang.org/x/text v0.19 .0 // indirect
101
+ golang.org/x/time v0.7 .0 // indirect
88
102
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
89
- google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
90
- google.golang.org/genproto/googleapis/bytestream v0.0.0-20240903143218-8af14fe29dc1 // indirect
103
+ google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
104
+ google.golang.org/genproto/googleapis/bytestream v0.0.0-20241015192408-796eee8c2d53 // indirect
105
+ google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
91
106
)
0 commit comments