Skip to content

Commit

Permalink
Merge pull request prometheus-operator#7072 from simonpasquier/update…
Browse files Browse the repository at this point in the history
…-go-mod

chore: update version in go.mod files
  • Loading branch information
simonpasquier authored Nov 5, 2024
2 parents e6a4e05 + c8d6634 commit 40104e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40104e6

Please sign in to comment.