POC-golang-postgres-docker/go.mod

10 lines
168 B
Modula-2
Raw Normal View History

2020-09-13 18:21:54 +00:00
module domain/genityapp
go 1.14
require (
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.8.0
2020-09-11 14:06:41 +00:00
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
)