2023-01-30 19:59:42 +01:00
|
|
|
module github.com/twofas/2fas-server
|
2022-12-31 10:22:38 +01:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
firebase.google.com/go v3.13.0+incompatible
|
|
|
|
github.com/aws/aws-sdk-go v1.42.9
|
|
|
|
github.com/doug-martin/goqu/v9 v9.18.0
|
|
|
|
github.com/gin-contrib/cors v1.3.1
|
|
|
|
github.com/gin-gonic/gin v1.7.2
|
|
|
|
github.com/go-playground/validator/v10 v10.8.0
|
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/jaswdr/faker v1.15.0
|
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/pressly/goose v2.7.0+incompatible
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/spf13/viper v1.9.0
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
google.golang.org/api v0.56.0
|
|
|
|
gorm.io/datatypes v1.0.7
|
|
|
|
gorm.io/driver/mysql v1.3.2
|
|
|
|
gorm.io/gorm v1.23.6
|
|
|
|
)
|