POC-golang-postgres-docker/go.mod

9 lines
135 B
Modula-2
Raw Permalink Normal View History

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