diff --git a/go.mod b/go.mod index 5967917..633c975 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module github.com/plexusone/dashforge go 1.26.6 exclude ( - // KimMachineGun/automemlimit v1.0.0 removed memlimit.SetGoMemLimitWithOpts, // breaking the build of jzelinskie/cobrautil/v2/cobraproclimits (pinned to // an unreleased pseudo-version that still calls it). `go get -u ./...` @@ -35,7 +34,7 @@ require ( github.com/go-sql-driver/mysql v1.10.1 github.com/google/uuid v1.6.0 github.com/grokify/godolt v0.3.0 - github.com/jackc/pgx/v5 v5.10.0 + github.com/jackc/pgx/v5 v5.11.0 github.com/lib/pq v1.12.3 github.com/mattn/go-sqlite3 v1.14.52 github.com/plexusone/omnillm v0.17.0 diff --git a/go.sum b/go.sum index 4bcce11..248b707 100644 --- a/go.sum +++ b/go.sum @@ -349,8 +349,8 @@ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7Ulw github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM= github.com/jackc/pgx-zerolog v0.0.0-20230315001418-f978528409eb h1:pSv+zRVeAYjbXRFjyytFIMRBSKWVowCi7KbXSMR/+ug= github.com/jackc/pgx-zerolog v0.0.0-20230315001418-f978528409eb/go.mod h1:CRUuPsmIajLt3dZIlJ5+O8IDSib6y8yrst8DkCthTa4= -github.com/jackc/pgx/v5 v5.10.0 h1:VhSvgU2jSli8o3AqIEOTJr7rZwAEUVo4E4XhR94Zfr0= -github.com/jackc/pgx/v5 v5.10.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4= +github.com/jackc/pgx/v5 v5.11.0 h1:IzBBtyK9AHqf98cctWFifYSci2hgQR/cd56wB4p+ogg= +github.com/jackc/pgx/v5 v5.11.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4= github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo= github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4= github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=