mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
10 lines
136 B
Modula-2
10 lines
136 B
Modula-2
|
module micrach
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/gin-gonic/gin v1.7.3
|
||
|
github.com/jackc/pgx/v4 v4.13.0
|
||
|
github.com/joho/godotenv v1.3.0
|
||
|
)
|