Skip to content
Open
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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.7

require (
github.com/perses/perses v0.53.1
github.com/stolostron/multicluster-observability-addon/pkg/perses v0.0.0-20260723141559-29dcd1c38cca
github.com/stolostron/multicluster-observability-addon/pkg/perses v0.0.0-20260812162538-dcb877e78682
golang.org/x/tools v0.44.0
sigs.k8s.io/yaml v1.6.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w
github.com/sirupsen/logrus v1.9.4/go.mod h1:ftWc9WdOfJ0a92nsE2jF5u5ZwH8Bv2zdeOC42RjbV2g=
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stolostron/multicluster-observability-addon/pkg/perses v0.0.0-20260723141559-29dcd1c38cca h1:dIVjRBo8iAxqp3ToXV1kgVP31/ZpOO578cnSgjeVsy0=
github.com/stolostron/multicluster-observability-addon/pkg/perses v0.0.0-20260723141559-29dcd1c38cca/go.mod h1:IP3RctL2XOK3N0oXOjbVbjUItj+hVnlzGRSkNW6CBt0=
github.com/stolostron/multicluster-observability-addon/pkg/perses v0.0.0-20260812162538-dcb877e78682 h1:3VXFACiHlDLGRdXS3DQLIdtZ1qim2meTMI+/z2GT9Ck=
github.com/stolostron/multicluster-observability-addon/pkg/perses v0.0.0-20260812162538-dcb877e78682/go.mod h1:x+GqhL9ranpugPaaUI3JlFNthGdFQa+xoIJhHeHmX0A=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
Expand Down