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-06-22 22:52:48 +02:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
|
|
github.com/arsmn/fiber-swagger/v2 v2.11.0
|
2021-01-03 18:21:42 +01:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2021-06-22 22:52:48 +02:00
|
|
|
github.com/gofiber/fiber/v2 v2.13.0
|
|
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
|
|
github.com/google/uuid v1.2.0
|
|
|
|
github.com/jackc/pgmock v0.0.0-20201204152224-4fe30f7445fd // indirect
|
|
|
|
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
|
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
|
2021-06-22 22:52:48 +02:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/lib/pq v1.9.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
|
|
github.com/swaggo/swag v1.7.0
|
|
|
|
go.uber.org/atomic v1.8.0 // indirect
|
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
|
|
go.uber.org/zap v1.17.0
|
|
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2020-12-29 13:46:58 +01:00
|
|
|
)
|