Skip to content
Closed
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ require (
github.com/open-telemetry/opentelemetry-operator v0.135.0
github.com/openshift/api v3.9.0+incompatible // PINNED: newer versions remove console/v1alpha1 API needed for OpenShift <4.17 compatibility
github.com/operator-framework/api v0.38.0
github.com/perses/perses v0.53.0-rc.0
github.com/perses/perses v0.53.0-rc.2
github.com/perses/plugins/prometheus v0.57.0-rc.0
github.com/perses/plugins/table v0.11.0-rc.0
github.com/perses/plugins/table v0.11.0
github.com/perses/plugins/timeserieschart v0.12.0-rc.0
github.com/pkg/errors v0.9.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.87.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -384,12 +384,12 @@ github.com/ovh/go-ovh v1.9.0 h1:6K8VoL3BYjVV3In9tPJUdT7qMx9h0GExN9EXx1r2kKE=
github.com/ovh/go-ovh v1.9.0/go.mod h1:cTVDnl94z4tl8pP1uZ/8jlVxntjSIf09bNcQ5TJSC7c=
github.com/perses/common v0.30.1 h1:XjCHCrBOyXacDA+fa1pzlq+pNiPazTj4anUhbYGU0ho=
github.com/perses/common v0.30.1/go.mod h1:DFtur1QPah2/ChXbKKhw7djYdwNgz27s5fPKpiK0Xao=
github.com/perses/perses v0.53.0-rc.0 h1:f3V1j6EqnKyXUY0mNt4Zp/T6+5U/5SjtCzLHxj9sJDQ=
github.com/perses/perses v0.53.0-rc.0/go.mod h1:q+gB4M2yT//cO6GlCjhOTJLDoSrqtkMLul72Z0WOueI=
github.com/perses/perses v0.53.0-rc.2 h1:TenxdK6kbY0H209/FRDwN5/A0o9mu+3qmJ/xgmblE60=
github.com/perses/perses v0.53.0-rc.2/go.mod h1:fwb2zZCwZ57PGFnjjfiWvkls1NLVskGJ2p+Kv7YTNdw=
github.com/perses/plugins/prometheus v0.57.0-rc.0 h1:0yHyYBEEUfTKsdVtNpKGUlhyGFt/1IJYVlXRo6Bpp7M=
github.com/perses/plugins/prometheus v0.57.0-rc.0/go.mod h1:zZ6DVOB8f434iGZa77IwkXiphowiSfQWytzvteet98E=
github.com/perses/plugins/table v0.11.0-rc.0 h1:KEkKuuzijWbey+kxP7EoMCz2Rd28BoPLI8YqdYSXAsk=
github.com/perses/plugins/table v0.11.0-rc.0/go.mod h1:iVRHt4KUJ0EFwd7HL3meFN0n83bpk5obNliqoqF/yJk=
github.com/perses/plugins/table v0.11.0 h1:VnIc50JVocuQvTAWLhHfzHcUbMuCgSWdE70ewxfWYik=
github.com/perses/plugins/table v0.11.0/go.mod h1:R6CthZqzTLbh0pfWYna6SAueBXIHiWG3uTGW4O5J6Ws=
github.com/perses/plugins/timeserieschart v0.12.0-rc.0 h1:2P4DkFI4rtKV57UGzRfBDopCkg0j+Rcj47hYtrPXjIM=
github.com/perses/plugins/timeserieschart v0.12.0-rc.0/go.mod h1:3n7/E843eManujbGDqShioFkelLRFLvYmRIvupxBero=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=
Expand Down
Loading