diff --git a/backend/user/src/db/postgres.go b/backend/user/src/db/postgres.go index 29f8d3d..40681a3 100644 --- a/backend/user/src/db/postgres.go +++ b/backend/user/src/db/postgres.go @@ -4,7 +4,8 @@ import ( "database/sql" "fmt" "os" - + "time" + _ "github.com/lib/pq" "go.uber.org/zap" )