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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.16
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/gin-gonic/gin v1.8.2
github.com/gofrs/uuid v3.4.0+incompatible
github.com/kelseyhightower/envconfig v1.4.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.14
Expand Down
Loading