Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module github.com/VictoriaMetrics/operator/api
go 1.26.1

require (
github.com/VictoriaMetrics/VictoriaMetrics v1.138.0
github.com/VictoriaMetrics/VictoriaMetrics v1.139.0
github.com/prometheus/alertmanager v0.31.1
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v2 v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/VictoriaMetrics/VictoriaLogs v1.43.1 h1:qbTvuyL7hnvFJ/iU2p7+gBa3svPy6O33TqU+HBHP+B0=
github.com/VictoriaMetrics/VictoriaLogs v1.43.1/go.mod h1:h2A8euPqsnGZg1IJJQYtwPLng2OvWqj3fyxMXCgVZig=
github.com/VictoriaMetrics/VictoriaMetrics v1.138.0 h1:9bckGvMoVoa7peUuee3doO6iqPzKEM2LYJfTNDlnsGE=
github.com/VictoriaMetrics/VictoriaMetrics v1.138.0/go.mod h1:ljqu5qQGGu6JUMzdPtU4Uza/rVhdwiMgFtQFZ/BT45U=
github.com/VictoriaMetrics/VictoriaMetrics v1.139.0 h1:yPvePgWh3Me+0WYvh3NeQRyv6FovrpT7jxUNh0o8E9A=
github.com/VictoriaMetrics/VictoriaMetrics v1.139.0/go.mod h1:woCeTO4IZCBG/ToRNAwschCPj2aWa65sZsR339bwfGQ=
github.com/VictoriaMetrics/easyproto v1.2.0 h1:FJT9uNXA2isppFuJErbLqD306KoFlehl7Wn2dg/6oIE=
github.com/VictoriaMetrics/easyproto v1.2.0/go.mod h1:QlGlzaJnDfFd8Lk6Ci/fuLxfTo3/GThPs2KH23mv710=
github.com/VictoriaMetrics/metrics v1.42.0 h1:t/OGs3BjMUYhxw/h83Z28qAss8DuA4QEVwO4NwJ9hZc=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.1

require (
github.com/Masterminds/semver/v3 v3.4.0
github.com/VictoriaMetrics/VictoriaMetrics v1.138.0
github.com/VictoriaMetrics/VictoriaMetrics v1.139.0
github.com/VictoriaMetrics/metrics v1.42.0
github.com/VictoriaMetrics/metricsql v0.85.0
github.com/VictoriaMetrics/operator/api v0.66.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/VictoriaMetrics/VictoriaLogs v1.43.1 h1:qbTvuyL7hnvFJ/iU2p7+gBa3svPy6O33TqU+HBHP+B0=
github.com/VictoriaMetrics/VictoriaLogs v1.43.1/go.mod h1:h2A8euPqsnGZg1IJJQYtwPLng2OvWqj3fyxMXCgVZig=
github.com/VictoriaMetrics/VictoriaMetrics v1.138.0 h1:9bckGvMoVoa7peUuee3doO6iqPzKEM2LYJfTNDlnsGE=
github.com/VictoriaMetrics/VictoriaMetrics v1.138.0/go.mod h1:ljqu5qQGGu6JUMzdPtU4Uza/rVhdwiMgFtQFZ/BT45U=
github.com/VictoriaMetrics/VictoriaMetrics v1.139.0 h1:yPvePgWh3Me+0WYvh3NeQRyv6FovrpT7jxUNh0o8E9A=
github.com/VictoriaMetrics/VictoriaMetrics v1.139.0/go.mod h1:woCeTO4IZCBG/ToRNAwschCPj2aWa65sZsR339bwfGQ=
github.com/VictoriaMetrics/easyproto v1.2.0 h1:FJT9uNXA2isppFuJErbLqD306KoFlehl7Wn2dg/6oIE=
github.com/VictoriaMetrics/easyproto v1.2.0/go.mod h1:QlGlzaJnDfFd8Lk6Ci/fuLxfTo3/GThPs2KH23mv710=
github.com/VictoriaMetrics/metrics v1.42.0 h1:t/OGs3BjMUYhxw/h83Z28qAss8DuA4QEVwO4NwJ9hZc=
Expand Down
Loading