diff --git a/go.mod b/go.mod index 4adf5d4..f914338 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,7 @@ go 1.22.0 require ( github.com/davecgh/go-spew v1.1.1 + github.com/lib/pq v1.10.9 github.com/matoous/go-nanoid/v2 v2.1.0 github.com/rubenv/sql-migrate v1.7.0 github.com/sirupsen/logrus v1.9.3