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 @@ -8,7 +8,7 @@ require (
github.com/onsi/gomega v1.39.0
github.com/openshift-online/ocm-sdk-go v0.1.499
github.com/openshift/api v3.9.1-0.20190424152011-77b8897ec79a+incompatible
github.com/openshift/ocm-agent-operator v0.0.0-20260407044455-99bd4d7df24e
github.com/openshift/ocm-agent-operator v0.0.0-20260612064912-e61a51b00ced
github.com/prometheus/alertmanager v0.25.1
github.com/prometheus/client_golang v1.22.0
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ github.com/openshift-online/ocm-sdk-go v0.1.499 h1:QDr980dOSV0tFNrvOGiorno4l7iMq
github.com/openshift-online/ocm-sdk-go v0.1.499/go.mod h1:eKqLMWEeZ6vadCHjlRPsePdqap6c34aM8TGxjMgZwKY=
github.com/openshift/api v3.9.1-0.20190424152011-77b8897ec79a+incompatible h1:q2JBuObKafI7B4Eli6eLd+2T5JsU9ioWZ82zQwyjJPg=
github.com/openshift/api v3.9.1-0.20190424152011-77b8897ec79a+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openshift/ocm-agent-operator v0.0.0-20260407044455-99bd4d7df24e h1:SH5a/CNLSw6pMju96Z8oW5ELmwHMx+FSZcRvF9D4Z6w=
github.com/openshift/ocm-agent-operator v0.0.0-20260407044455-99bd4d7df24e/go.mod h1:aVmcY0PT1MrhCH7kPK6M2j95LYrUBJUpzc0VAA2LhM8=
github.com/openshift/ocm-agent-operator v0.0.0-20260612064912-e61a51b00ced h1:wlOAVqCgFggT6zMxxiJtlyC2AW5j4PqsRYi1lCr8fLM=
github.com/openshift/ocm-agent-operator v0.0.0-20260612064912-e61a51b00ced/go.mod h1:aVmcY0PT1MrhCH7kPK6M2j95LYrUBJUpzc0VAA2LhM8=
github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=
github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
Expand Down