Files
trikotwaschliste/go.mod
2020-10-08 14:08:50 +02:00

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
)