mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
11 lines
168 B
Modula-2
11 lines
168 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
|
|
)
|