module github.com/genex/translate-service go 1.22 require ( github.com/gin-gonic/gin v1.9.1 github.com/jackc/pgx/v5 v5.5.1 github.com/redis/go-redis/v9 v9.4.0 go.uber.org/zap v1.27.0 )