mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-08 18:14:14 +00:00
chore: update version in go.mod files
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
e6a4e05af9
commit
c8d66348b6
2 changed files with 3 additions and 3 deletions
4
go.mod
4
go.mod
|
@ -21,8 +21,8 @@ require (
|
|||
github.com/mitchellh/hashstructure v1.1.0
|
||||
github.com/oklog/run v1.1.0
|
||||
github.com/prometheus-community/prom-label-proxy v0.11.0
|
||||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.78.0
|
||||
github.com/prometheus-operator/prometheus-operator/pkg/client v0.78.0
|
||||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.78.1
|
||||
github.com/prometheus-operator/prometheus-operator/pkg/client v0.78.1
|
||||
github.com/prometheus/alertmanager v0.27.0
|
||||
github.com/prometheus/client_golang v1.20.5
|
||||
github.com/prometheus/common v0.60.1
|
||||
|
|
|
@ -5,7 +5,7 @@ go 1.23
|
|||
toolchain go1.23.1
|
||||
|
||||
require (
|
||||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.78.0
|
||||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.78.1
|
||||
k8s.io/api v0.31.2
|
||||
k8s.io/apiextensions-apiserver v0.31.2
|
||||
k8s.io/apimachinery v0.31.2
|
||||
|
|
Loading…
Add table
Reference in a new issue