Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ require (
github.com/HellstromIT/authservice/pkg/auth v0.2.0
github.com/badoux/checkmail v1.2.1
github.com/gin-gonic/gin v1.7.4
github.com/gofrs/uuid v3.4.0+incompatible
github.com/gofrs/uuid v4.0.0+incompatible
github.com/kelseyhightower/envconfig v1.4.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gorm.io/driver/postgres v1.1.0
gorm.io/driver/postgres v1.2.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.14
gorm.io/gorm v1.21.16
)
Loading