@@ -7,7 +7,7 @@ toolchain go1.23.1
7
7
require (
8
8
cloud.google.com/go/bigtable v1.33.0
9
9
cloud.google.com/go/pubsub v1.45.0
10
- cloud.google.com/go/storage v1.43 .0
10
+ cloud.google.com/go/storage v1.44 .0
11
11
github.com/Azure/azure-pipeline-go v0.2.3
12
12
github.com/Azure/azure-storage-blob-go v0.14.0
13
13
github.com/Azure/go-autorest/autorest/adal v0.9.24
@@ -36,7 +36,7 @@ require (
36
36
github.com/fatih/color v1.16.0
37
37
github.com/felixge/fgprof v0.9.5
38
38
github.com/fluent/fluent-bit-go v0.0.0-20230731091245-a7a013e2473c
39
- github.com/fsouza/fake-gcs-server v1.7.0
39
+ github.com/fsouza/fake-gcs-server v1.50.2
40
40
github.com/go-kit/log v0.2.1
41
41
github.com/go-logfmt/logfmt v0.6.0
42
42
github.com/go-redis/redis/v8 v8.11.5
@@ -65,11 +65,11 @@ require (
65
65
github.com/jmespath/go-jmespath v0.4.0
66
66
github.com/joncrlsn/dque v0.0.0-20211108142734-c2ef48c5192a
67
67
github.com/json-iterator/go v1.1.12
68
- github.com/klauspost/compress v1.17.10
68
+ github.com/klauspost/compress v1.17.11
69
69
github.com/klauspost/pgzip v1.2.6
70
70
github.com/leodido/go-syslog/v4 v4.1.0
71
71
github.com/mattn/go-ieproxy v0.0.12
72
- github.com/minio/minio-go/v7 v7.0.77
72
+ github.com/minio/minio-go/v7 v7.0.78
73
73
github.com/mitchellh/go-wordwrap v1.0.1
74
74
github.com/mitchellh/mapstructure v1.5.0
75
75
github.com/modern-go/reflect2 v1.0.2
@@ -98,12 +98,12 @@ require (
98
98
go.etcd.io/bbolt v1.3.11
99
99
go.uber.org/atomic v1.11.0
100
100
go.uber.org/goleak v1.3.0
101
- golang.org/x/crypto v0.27 .0
102
- golang.org/x/net v0.29 .0
101
+ golang.org/x/crypto v0.28 .0
102
+ golang.org/x/net v0.30 .0
103
103
golang.org/x/sync v0.8.0
104
- golang.org/x/sys v0.25 .0
105
- golang.org/x/time v0.6 .0
106
- google.golang.org/api v0.197 .0
104
+ golang.org/x/sys v0.26 .0
105
+ golang.org/x/time v0.7 .0
106
+ google.golang.org/api v0.201 .0
107
107
google.golang.org/grpc v1.67.1
108
108
gopkg.in/alecthomas/kingpin.v2 v2.2.6
109
109
gopkg.in/yaml.v2 v2.4.0
@@ -151,19 +151,22 @@ require (
151
151
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f
152
152
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
153
153
golang.org/x/oauth2 v0.23.0
154
- golang.org/x/text v0.18 .0
155
- google.golang.org/protobuf v1.34.2
154
+ golang.org/x/text v0.19 .0
155
+ google.golang.org/protobuf v1.35.1
156
156
gotest.tools v2.2.0+incompatible
157
157
k8s.io/apimachinery v0.29.3
158
158
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3
159
159
)
160
160
161
161
require (
162
- cel.dev/expr v0.16.0 // indirect
163
- cloud.google.com/go/auth v0.9.3 // indirect
162
+ cel.dev/expr v0.16.1 // indirect
163
+ cloud.google.com/go/auth v0.9.8 // indirect
164
164
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
165
165
cloud.google.com/go/monitoring v1.21.1 // indirect
166
166
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
167
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
168
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
169
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
167
170
github.com/benbjohnson/immutable v0.4.0 // indirect
168
171
github.com/coreos/etcd v3.3.27+incompatible // indirect
169
172
github.com/coreos/pkg v0.0.0-20220810130054-c7d1c02cb6cf // indirect
@@ -173,25 +176,29 @@ require (
173
176
github.com/go-ini/ini v1.67.0 // indirect
174
177
github.com/go-ole/go-ole v1.2.6 // indirect
175
178
github.com/goccy/go-json v0.10.3 // indirect
179
+ github.com/gorilla/handlers v1.5.2 // indirect
176
180
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
177
181
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
178
182
github.com/moby/docker-image-spec v1.3.1 // indirect
179
183
github.com/moby/sys/userns v0.1.0 // indirect
180
184
github.com/ncw/swift v1.0.53 // indirect
181
185
github.com/pires/go-proxyproto v0.7.0 // indirect
186
+ github.com/pkg/xattr v0.4.10 // indirect
182
187
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
183
188
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
184
189
github.com/rivo/uniseg v0.4.7 // indirect
185
190
github.com/tklauser/go-sysconf v0.3.12 // indirect
186
191
github.com/tklauser/numcpus v0.6.1 // indirect
187
192
github.com/yusufpapurcu/wmi v1.2.4 // indirect
193
+ go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
188
194
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
189
195
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
196
+ google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
190
197
)
191
198
192
199
require (
193
- cloud.google.com/go v0.115.1 // indirect
194
- cloud.google.com/go/compute/metadata v0.5.0 // indirect
200
+ cloud.google.com/go v0.116.0 // indirect
201
+ cloud.google.com/go/compute/metadata v0.5.2 // indirect
195
202
cloud.google.com/go/iam v1.2.1 // indirect
196
203
cloud.google.com/go/longrunning v0.6.1 // indirect
197
204
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13.0 // indirect
@@ -231,7 +238,7 @@ require (
231
238
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
232
239
github.com/beorn7/perks v1.0.1 // indirect
233
240
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
234
- github.com/cncf/xds/go v0.0.0-20240822171458-6449f94b4d59 // indirect
241
+ github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
235
242
github.com/containerd/log v0.1.0 // indirect
236
243
github.com/coreos/go-semver v0.3.0 // indirect
237
244
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
@@ -358,11 +365,11 @@ require (
358
365
go.uber.org/multierr v1.11.0 // indirect
359
366
go.uber.org/zap v1.21.0 // indirect
360
367
golang.org/x/mod v0.19.0 // indirect
361
- golang.org/x/term v0.24 .0 // indirect
368
+ golang.org/x/term v0.25 .0 // indirect
362
369
golang.org/x/tools v0.23.0 // indirect
363
- google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
364
- google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
365
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
370
+ google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 // indirect
371
+ google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
372
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
366
373
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
367
374
gopkg.in/inf.v0 v0.9.1 // indirect
368
375
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments