From 2130f8c8a590a7d203e75ae0c428bb6c1daa8022 Mon Sep 17 00:00:00 2001 From: Natthapol SERMSARAN Date: Fri, 14 Feb 2025 03:33:10 +0700 Subject: [PATCH] fix: update go.mod --- backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go.mod b/backend/go.mod index 7aa25ad..c8436f4 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -11,6 +11,7 @@ require ( github.com/google/uuid v1.6.0 github.com/jackc/pgx/v5 v5.7.2 github.com/joho/godotenv v1.5.1 + github.com/lib/pq v1.10.9 github.com/pressly/goose/v3 v3.24.1 github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 @@ -25,7 +26,6 @@ require ( github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect github.com/jackc/puddle/v2 v2.2.2 // indirect - github.com/lib/pq v1.10.9 // indirect github.com/magiconair/properties v1.8.7 // indirect github.com/mfridman/interpolate v0.0.2 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect