2021-01-02 11:56:24 +01:00
|
|
|
module gitlab.larvit.se/power-plan/auth
|
2020-12-29 13:46:58 +01:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-01-03 18:21:42 +01:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-12-29 13:46:58 +01:00
|
|
|
github.com/gofiber/fiber/v2 v2.3.2
|
|
|
|
github.com/google/uuid v1.1.2
|
2021-01-02 11:56:24 +01:00
|
|
|
github.com/jackc/pgx/v4 v4.10.1
|
2020-12-29 13:46:58 +01:00
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2021-01-02 11:56:24 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-12-29 13:46:58 +01:00
|
|
|
)
|