mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
created login controller
This commit is contained in:
2
go.mod
2
go.mod
@@ -3,7 +3,7 @@ module wallet-api
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
github.com/gin-gonic/gin v1.7.1
|
||||
github.com/go-pg/pg/v10 v10.9.1
|
||||
github.com/go-playground/validator/v10 v10.5.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user