From d7771ffd9e5d2fa29b095de1c1d260fee3bde637 Mon Sep 17 00:00:00 2001 From: Farhan Khan Date: Tue, 28 Jan 2025 16:20:34 +0000 Subject: [PATCH] Updating go modules --- restapi/go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/restapi/go.mod b/restapi/go.mod index 48c0b75..3bfef81 100644 --- a/restapi/go.mod +++ b/restapi/go.mod @@ -14,9 +14,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/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect + github.com/jackc/pgtype v1.14.4 // indirect github.com/jackc/puddle v1.3.0 // indirect - golang.org/x/crypto v0.20.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/crypto v0.32.0 // indirect + golang.org/x/text v0.21.0 // indirect )