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
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/onsi/gomega v1.27.10
github.com/openshift/api v0.0.0-20231020115248-f404f2bc3524
github.com/redhat-cop/operator-utils v1.3.8
github.com/redhat-cop/operator-utils/v2 v2.0.0
github.com/redhat-cop/vault-config-operator v0.8.24
github.com/scylladb/go-set v1.0.2
k8s.io/api v0.28.2
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+Pymzi
github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM=
github.com/redhat-cop/operator-utils v1.3.8 h1:xhoMBg2snSzNdcxT53lSBr7PRXxrzP1cDi51NPBLaT4=
github.com/redhat-cop/operator-utils v1.3.8/go.mod h1:s4R0YY8lVlHkC78GLV20PPuZmywjSbTwZKCHwWUQ3P8=
github.com/redhat-cop/operator-utils/v2 v2.0.0/go.mod h1:rTZCHcBZ+EV/MmzXdUOMbG0cG2u3QqQdwMUeJQnoSvo=
github.com/redhat-cop/vault-config-operator v0.8.24 h1:5jyIvdcX9OcikBsJURTHxov8tMpPubpHICqwAccoDdI=
github.com/redhat-cop/vault-config-operator v0.8.24/go.mod h1:/L88OzBlgorRu6dfrZoyt67/0kXJ0Vr6hNtzINEgFiA=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
Expand Down