-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
28 lines (26 loc) · 1.01 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/techartificer/swiftex
go 1.15
require (
cloud.google.com/go v0.76.0 // indirect
cloud.google.com/go/firestore v1.4.0 // indirect
cloud.google.com/go/storage v1.13.0 // indirect
firebase.google.com/go v3.13.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.4.1
github.com/go-redis/redis/v8 v8.4.2
github.com/gosimple/slug v1.9.0
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.1.17
github.com/mitchellh/mapstructure v1.4.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/viper v1.7.1
github.com/ulule/limiter/v3 v3.8.0
go.mongodb.org/mongo-driver v1.4.4
go.opencensus.io v0.22.6 // indirect
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c
google.golang.org/api v0.39.0
google.golang.org/genproto v0.0.0-20210207032614-bba0dbe2a9ea // indirect
)