File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ require (
2121 k8s.io/apimachinery v0.34.0
2222 k8s.io/client-go v0.34.0
2323 sigs.k8s.io/controller-runtime v0.21.0
24+ sigs.k8s.io/yaml v1.6.0
2425)
2526
2627require (
@@ -92,7 +93,7 @@ require (
9293 github.com/iancoleman/strcase v0.3.0 // indirect
9394 github.com/jackc/pgpassfile v1.0.0 // indirect
9495 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
95- github.com/jackc/pgx/v5 v5.7 .2 // indirect
96+ github.com/jackc/pgx/v5 v5.9 .2 // indirect
9697 github.com/jackc/puddle/v2 v2.2.2 // indirect
9798 github.com/jmespath/go-jmespath v0.4.0 // indirect
9899 github.com/jmoiron/sqlx v1.4.0 // indirect
@@ -191,5 +192,4 @@ require (
191192 sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
192193 sigs.k8s.io/randfill v1.0.0 // indirect
193194 sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
194- sigs.k8s.io/yaml v1.6.0 // indirect
195195)
Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
200200github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
201201github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
202202github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 /go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM =
203- github.com/jackc/pgx/v5 v5.7 .2 h1:mLoDLV6sonKlvjIEsV56SkWNCnuNv531l94GaIzO+XI =
204- github.com/jackc/pgx/v5 v5.7 .2 /go.mod h1:ncY89UGWxg82EykZUwSpUKEfccBGGYq1xjrOpsbsfGQ =
203+ github.com/jackc/pgx/v5 v5.9 .2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw =
204+ github.com/jackc/pgx/v5 v5.9 .2 /go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4 =
205205github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo =
206206github.com/jackc/puddle/v2 v2.2.2 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
207207github.com/jessevdk/go-flags v1.4.0 /go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI =
You can’t perform that action at this time.
0 commit comments