psql connection

This commit is contained in:
2023-04-25 17:42:33 +02:00
parent c4fdbbe485
commit 95262a685c
3 changed files with 2 additions and 1 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module git.coopgo.io/coopgo-platform/mobility-accounts
go 1.18
require (
github.com/DATA-DOG/go-sqlmock v1.3.3
github.com/google/uuid v1.3.0
github.com/gorilla/csrf v1.7.1
github.com/gorilla/mux v1.8.0