Skip to content
Merged
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 @@ -7,7 +7,7 @@ require (
github.com/crunchydata/postgres-operator v1.3.3-0.20220202164906-1c3cc3597c95
github.com/onsi/ginkgo/v2 v2.22.0
github.com/onsi/gomega v1.36.1
github.com/opdev/subreconciler v0.0.0-20230302151718-c4c8b5ec17c5
github.com/opdev/subreconciler v0.0.3
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.33.0
k8s.io/apiextensions-apiserver v0.33.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg
github.com/onsi/ginkgo/v2 v2.22.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
github.com/onsi/gomega v1.36.1 h1:bJDPBO7ibjxcbHMgSCoo4Yj18UWbKDlLwX1x9sybDcw=
github.com/onsi/gomega v1.36.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
github.com/opdev/subreconciler v0.0.0-20230302151718-c4c8b5ec17c5 h1:ObusmubWjKaOZZkfeF2CfxQEvLPo4ReV2NsBrnAbBIE=
github.com/opdev/subreconciler v0.0.0-20230302151718-c4c8b5ec17c5/go.mod h1:E4wuRlHBNn/V04QINCioS7538YoaODQA8Phmooz18lU=
github.com/opdev/subreconciler v0.0.3 h1:nxn69iW9LxLqD4jSjYD1NFpbAvnY+KQKT5AXYOvmOG4=
github.com/opdev/subreconciler v0.0.3/go.mod h1:6tYcZpeEElu/FIPHSeSD9wdq8O+odsjo4gUPWXVcZo4=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down