Skip to content

Commit

Permalink
fix(deps): update module github.com/grafana/grafana-operator/v5 to v5…
Browse files Browse the repository at this point in the history
….9.0
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 7c394bf commit 626c46e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/cilium/cilium v1.14.6
github.com/crunchydata/postgres-operator v0.0.0-00010101000000-000000000000
github.com/external-secrets/external-secrets v0.9.11
github.com/grafana/grafana-operator/v5 v5.8.0
github.com/grafana/grafana-operator/v5 v5.9.0
github.com/prometheus/prometheus v0.49.1
github.com/rook/rook/pkg/apis v0.0.0-20240118185538-f46c0845eea7
k8s.io/api v0.29.3
Expand Down Expand Up @@ -244,7 +244,7 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apimachinery v0.29.3 // indirect
k8s.io/apiserver v0.29.1 // indirect
k8s.io/apiserver v0.29.2 // indirect
k8s.io/cli-runtime v0.29.1 // indirect
k8s.io/component-base v0.29.3 // indirect
k8s.io/component-helpers v0.29.1 // indirect
Expand All @@ -255,7 +255,7 @@ require (
k8s.io/metrics v0.29.1 // indirect
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
sigs.k8s.io/controller-runtime v0.17.2 // indirect
sigs.k8s.io/controller-runtime v0.17.3 // indirect
sigs.k8s.io/gateway-api v0.8.0 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,8 @@ github.com/grafana/grafana-openapi-client-go v0.0.0-20240215164046-eb0e60d27cb7
github.com/grafana/grafana-openapi-client-go v0.0.0-20240215164046-eb0e60d27cb7/go.mod h1:J+/va7PHxPwcbwvoXlK6ZpocYuolEb0kht3IfALng9s=
github.com/grafana/grafana-operator/v5 v5.8.0 h1:VbLnxjYcDW4tRXQz2VwUttyazv5ddDK3+VWBkVRtA4E=
github.com/grafana/grafana-operator/v5 v5.8.0/go.mod h1:ITjdXEVlXHmMUKxzrO+eMzQZaFlR0JiHtRRm1fiIJh4=
github.com/grafana/grafana-operator/v5 v5.9.0 h1:MVBESzoMYfxGaAwnDGmrl1rp4pbto/aE+493HfePbz0=
github.com/grafana/grafana-operator/v5 v5.9.0/go.mod h1:KIpjtJ/R/F5aNrcaUCMjcMpsZV523pF6eqE0z5Q07J4=
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd h1:PpuIBO5P3e9hpqBD0O/HjhShYuM6XE0i/lbE6J94kww=
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A=
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
Expand Down Expand Up @@ -2933,6 +2935,8 @@ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0/go.mod h1:VHVDI/
sigs.k8s.io/controller-runtime v0.2.2/go.mod h1:9dyohw3ZtoXQuV1e766PHUn+cmrRCIcBh6XIMFNMZ+I=
sigs.k8s.io/controller-runtime v0.17.2 h1:FwHwD1CTUemg0pW2otk7/U5/i5m2ymzvOXdbeGOUvw0=
sigs.k8s.io/controller-runtime v0.17.2/go.mod h1:+MngTvIQQQhfXtwfdGw/UOQ/aIaqsYywfCINOtwMO/s=
sigs.k8s.io/controller-runtime v0.17.3 h1:65QmN7r3FWgTxDMz9fvGnO1kbf2nu+acg9p2R9oYYYk=
sigs.k8s.io/controller-runtime v0.17.3/go.mod h1:N0jpP5Lo7lMTF9aL56Z/B2oWBJjey6StQM0jRbKQXtY=
sigs.k8s.io/gateway-api v0.8.0 h1:isQQ3Jx2qFP7vaA3ls0846F0Amp9Eq14P08xbSwVbQg=
sigs.k8s.io/gateway-api v0.8.0/go.mod h1:okOnjPNBFbIS/Rw9kAhuIUaIkLhTKEu+ARIuXk2dgaM=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
Expand Down

0 comments on commit 626c46e

Please sign in to comment.