11 lines
192 B
Modula-2
11 lines
192 B
Modula-2
module trikotwaschliste
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/caarlos0/env/v6 v6.3.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/golang-migrate/migrate/v4 v4.13.0
|
|
github.com/jackc/pgx/v4 v4.9.0
|
|
)
|