micrach/go.mod
2021-09-08 16:56:03 +03:00

12 lines
204 B
Modula-2

module micrach
go 1.15
require (
github.com/gin-gonic/gin v1.7.3
github.com/jackc/pgtype v1.8.1
github.com/jackc/pgx/v4 v4.13.0
github.com/joho/godotenv v1.3.0
github.com/ulule/limiter/v3 v3.8.0
)