File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/apache/apisix-ingress-controller
22
3- go 1.24.0
4-
5- toolchain go1.24.7
3+ go 1.25.0
64
75require (
86 github.com/Masterminds/sprig/v3 v3.2.3
@@ -134,7 +132,7 @@ require (
134132 github.com/inconshreveable/mousetrap v1.1.0 // indirect
135133 github.com/jackc/pgpassfile v1.0.0 // indirect
136134 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
137- github.com/jackc/pgx/v5 v5.7.1 // indirect
135+ github.com/jackc/pgx/v5 v5.9.0 // indirect
138136 github.com/jackc/puddle/v2 v2.2.2 // indirect
139137 github.com/jmespath/go-jmespath v0.4.0 // indirect
140138 github.com/josharian/intern v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -251,8 +251,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
251251github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
252252github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
253253github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 /go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM =
254- github.com/jackc/pgx/v5 v5.7.1 h1:x7SYsPBYDkHDksogeSmZZ5xzThcTgRz++I5E+ePFUcs =
255- github.com/jackc/pgx/v5 v5.7.1 /go.mod h1:e7O26IywZZ+naJtWWos6i6fvWK+29etgITqrqHLfoZA =
254+ github.com/jackc/pgx/v5 v5.9.0 h1:T/dI+2TvmI2H8s/KH1/lXIbz1CUFk3gn5oTjr0/mBsE =
255+ github.com/jackc/pgx/v5 v5.9.0 /go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4 =
256256github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo =
257257github.com/jackc/puddle/v2 v2.2.2 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
258258github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg =
You can’t perform that action at this time.
0 commit comments