-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
27 lines (25 loc) · 878 Bytes
/
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
module github.com/gogjango/gjango
go 1.13
require (
github.com/caarlos0/env/v6 v6.7.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fergusstrange/embedded-postgres v1.9.0
github.com/gertd/go-pluralize v0.1.7
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.4
github.com/go-pg/migrations/v7 v7.1.11
github.com/go-pg/pg/v9 v9.2.1
github.com/joho/godotenv v1.4.0
github.com/mcuadros/go-defaults v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/rs/xid v1.3.0
github.com/satori/go.uuid v1.2.0
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.10.2+incompatible
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
gopkg.in/go-playground/validator.v8 v8.18.2
)