POC-golang-postgres-docker/go.mod

9 lines
135 B
Modula-2

module domain/genityapp
go 1.14
require (
github.com/lib/pq v1.8.0
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
)