Max Kotliar
edb702e326
go.mod: run make vendor-update
2026-07-23 16:32:18 +03:00
f41gh7
94e5955b1f
make vendor-update
2026-06-16 17:01:18 +02:00
Aliaksandr Valialkin
34f242a6b8
vendor: run make vendor-update
2026-01-19 15:29:25 +01:00
Zakhar Bessarab
0eb465782a
deps: unpin AWS dependencies and add workaround for S3 compatibility ( #9844 )
...
Updates:
- unpin AWS dependencies and run `make vendor-update`
- add config options to enable checksums only if required by storage in
order to preserve backwards compatibility
Related issues:
- https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9748
- https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8622
Tested with: AWS S3, self-hosted MinIO, Linode object storage as it was
failing previously with multi-part uploads (reported here -
https://github.com/VictoriaMetrics/VictoriaMetrics/pull/8630#issuecomment-2772185033 ).
An updated library allows (PR with the
fix - https://github.com/aws/aws-sdk-go-v2/pull/3151 ) overriding
multi-part upload configurations so that compatibility can be preserved.
Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com >
2025-10-10 18:35:37 +04:00
Aliaksandr Valialkin
15242a70a7
vendor: run make vendor-update
2025-07-15 00:26:39 +02:00
Aliaksandr Valialkin
bbcfc0ce59
vendor: run make vendor-update
2025-06-02 16:10:26 +02:00
Zakhar Bessarab
f1502b7d16
vendor: remove pin for prometheus/prometheus ( #8905 )
...
### Describe Your Changes
Version with the latest changes from prometheus/common have been
released as v0.303.1 so builds are no longer failing.
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/ ).
Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com >
2025-05-12 09:01:35 +02:00
Aliaksandr Valialkin
10abdf34ab
vendor: run make vendor-update
2025-01-27 23:10:31 +01:00
Aliaksandr Valialkin
40f56fa93b
vendor: run make vendor-update
...
Add exclude google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a to go.mod
according to https://github.com/googleapis/google-cloud-go/issues/11283#issuecomment-2558515586 .
This fixes the following strange issue on `make vendor-update`:
cloud.google.com/go/storage imports
google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry in multiple modules:
google.golang.org/grpc v1.69.0 (/go/pkg/mod/google.golang.org/grpc@v1.69 .0/stats/opentelemetry)
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a (/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20240907200651-3ffb98b2c93a)
2025-01-12 03:14:52 +01:00
Aliaksandr Valialkin
7c40b95224
vendor: run make vendor-update
2024-11-29 13:48:50 +01:00
Aliaksandr Valialkin
c6faab77f9
vendor: run make vendor-update
2024-09-08 21:05:06 +02:00
Aliaksandr Valialkin
f15ba5eac3
vendor: run make vendor-update
2024-07-03 00:00:09 +02:00
Aliaksandr Valialkin
b12864f905
vendor: run make vendor-update
2024-06-07 16:40:42 +02:00
Aliaksandr Valialkin
51de9f30fc
vendor: run make vendor-update
2024-05-12 16:17:38 +02:00
Aliaksandr Valialkin
7c0003d8a4
vendor: run make vendor-update
2024-04-11 09:46:22 +02:00
Aliaksandr Valialkin
b212c9d6f5
vendor: run make vendor-update
2024-04-04 01:34:44 +03:00
Aliaksandr Valialkin
f95e9f13ae
vendor: run make vendor-update
2024-03-18 00:51:41 +02:00
Aliaksandr Valialkin
a304372d88
vendor: run make vendor-update
2024-03-01 00:55:47 +02:00
Aliaksandr Valialkin
aae71832e5
vendor: retain v0.46.0 for github.com/prometheus/common , since v0.48.0 leads to build error
...
The error is:
vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/promlint.go:71:38: undefined: expfmt.FmtText
2024-02-25 02:20:24 +02:00
Aliaksandr Valialkin
4bdb3d9fd9
vendor: run make vendor-update
2024-02-24 03:22:39 +02:00
Aliaksandr Valialkin
6eae3f6c8a
vendor: run make vendor-update
2024-01-16 16:57:30 +02:00
Aliaksandr Valialkin
fba93dbe0b
vendor: run make vendor-update
2023-10-31 20:19:51 +01:00
Aliaksandr Valialkin
1df3e548c1
vendor: run make vendor-update
2023-07-07 00:04:32 -07:00
Aliaksandr Valialkin
9eb1abdefe
vendor: make vendor-update
2023-05-09 23:13:50 -07:00
Aliaksandr Valialkin
c28c25ed2e
vendor: make vendor-update
2023-03-12 03:13:53 -07:00
Aliaksandr Valialkin
836d56876a
vendor: make vendor-update
2023-02-21 18:06:20 -08:00
Aliaksandr Valialkin
09a70d3e90
vendor: make vendor-update
2022-12-14 12:13:54 -08:00
Aliaksandr Valialkin
19f20c0f4e
vendor: make vendor-update
2022-12-10 21:46:16 -08:00
Dmytro Kozlov
05cf8a6ecc
vmctl: support of the remote read protocol ( #3232 )
...
vmctl: support of the remote read protocol
Signed-off-by: hagen1778 <roman@victoriametrics.com >
Co-authored-by: hagen1778 <roman@victoriametrics.com >
2022-11-29 22:53:28 +01:00
Aliaksandr Valialkin
d4f14f4879
vendor: make vendor-update
2022-04-04 13:05:04 +03:00
Aliaksandr Valialkin
6d53620adf
vendor: make vendor-update
2021-08-13 13:15:27 +03:00
Aliaksandr Valialkin
362a49bdd1
vendor: make vendor-update
2021-05-20 18:46:26 +03:00
Aliaksandr Valialkin
136fc6217c
vendor: make vendor-update
2021-03-25 17:56:10 +02:00
Aliaksandr Valialkin
264d3432ac
vendor: make vendor-update
2021-03-16 19:08:36 +02:00
Aliaksandr Valialkin
4281c5ed14
vendor: make vendor-update
2021-02-28 14:47:50 +02:00
Aliaksandr Valialkin
d5c180e680
app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl
...
It is better developing vmctl tool in VictoriaMetrics repository, so it could be released
together with the rest of vmutils tools such as vmalert, vmagent, vmbackup, vmrestore and vmauth.
2021-02-01 01:10:20 +02:00