Imports
- github.com/gorilla/mux
- github.com/joho/godotenv
- github.com/lib/pq
- github.com/prometheus/client_golang/prometheus/promhttp
- github.com/spf13/viper
- go.uber.org/zap
- google.golang.org/grpc
- google.golang.org/grpc/credentials/insecure
Imports in module “github.com/drakenchef/Tinder”
- github.com/drakenchef/Tinder/internal/pkg/auth/delivery/grpc/gen
- github.com/drakenchef/Tinder/internal/pkg/auth/delivery/http
- github.com/drakenchef/Tinder/internal/pkg/likes/delivery/http
- github.com/drakenchef/Tinder/internal/pkg/likes/repo
- github.com/drakenchef/Tinder/internal/pkg/likes/usecase
- github.com/drakenchef/Tinder/internal/pkg/middleware/corsmw
- github.com/drakenchef/Tinder/internal/pkg/middleware/cspxssmw
- github.com/drakenchef/Tinder/internal/pkg/middleware/csrfmw
- github.com/drakenchef/Tinder/internal/pkg/middleware/loggermw
- github.com/drakenchef/Tinder/internal/pkg/middleware/metrics
- github.com/drakenchef/Tinder/internal/pkg/users/delivery/http
- github.com/drakenchef/Tinder/internal/pkg/users/repo
- github.com/drakenchef/Tinder/internal/pkg/users/usecase
- github.com/drakenchef/Tinder/internal/utils