Skip to content

Commit

Permalink
Merge pull request #17 from savannahghi/add-gorm-orm
Browse files Browse the repository at this point in the history
chore: add gorm orm
  • Loading branch information
KathurimaKimathi committed Oct 7, 2021
2 parents c8a7a7c + da55e55 commit 81aa8d1
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 12 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ module github.com/savannahghi/onboarding-service
go 1.16

require (
cloud.google.com/go/errorreporting v0.1.0 // indirect
cloud.google.com/go/monitoring v1.0.0 // indirect
cloud.google.com/go/profiler v0.1.0 // indirect
cloud.google.com/go/trace v1.0.0 // indirect
github.com/99designs/gqlgen v0.13.0
github.com/GoogleCloudPlatform/cloudsql-proxy v1.26.0
github.com/casbin/casbin/v2 v2.31.3
github.com/savannahghi/converterandformatter v0.0.9
github.com/savannahghi/onboarding v0.0.22
github.com/savannahghi/serverutils v0.0.6
github.com/sirupsen/logrus v1.8.1
github.com/vektah/gqlparser/v2 v2.1.0
gorm.io/driver/postgres v1.1.2
gorm.io/gorm v1.21.15
)
Loading

0 comments on commit 81aa8d1

Please sign in to comment.