woblerr commented on code in PR #99: URL: https://github.com/apache/cloudberry-backup/pull/99#discussion_r3248893953
########## go.mod: ########## Review Comment: We should also bump github.com/apache/cloudberry-go-libs according to https://github.com/apache/cloudberry-go-libs/pull/19 Something like this should be: ```diff --- a/go.mod +++ b/go.mod @@ -1,11 +1,11 @@ module github.com/apache/cloudberry-backup -go 1.24.0 +go 1.25.0 require ( github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/alecthomas/kingpin/v2 v2.4.0 - github.com/apache/cloudberry-go-libs v1.0.12-0.20250910014224-fc376e8a1056 + github.com/apache/cloudberry-go-libs v1.0.12-0.20260513023052-110b83682376 github.com/aws/aws-sdk-go v1.44.257 github.com/blang/semver v3.5.1+incompatible github.com/blang/vfs v1.0.0 @@ -51,9 +51,9 @@ require ( github.com/jackc/pgio v1.0.0 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgproto3/v2 v2.3.3 // indirect - github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect - github.com/jackc/pgtype v1.14.0 // indirect - github.com/jackc/pgx/v4 v4.18.2 // indirect + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect + github.com/jackc/pgx/v5 v5.9.2 // indirect + github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/jpillora/backoff v1.0.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
