POC-golang-postgres-docker/go.mod

9 lines
128 B
Modula-2
Raw Normal View History

2020-09-11 09:13:09 +00:00
module genityapi
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
)