micrach/go.mod

12 lines
204 B
Modula-2
Raw Normal View History

2021-08-26 16:16:50 +03:00
module micrach
go 1.15
require (
github.com/gin-gonic/gin v1.7.3
2021-09-01 23:00:37 +03:00
github.com/jackc/pgtype v1.8.1
2021-08-26 16:16:50 +03:00
github.com/jackc/pgx/v4 v4.13.0
github.com/joho/godotenv v1.3.0
2021-09-08 16:56:03 +03:00
github.com/ulule/limiter/v3 v3.8.0
2021-08-26 16:16:50 +03:00
)