-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.15 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
29
30
31
module github.com/major2015/new-cargo
go 1.14
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/friendsofgo/errors v0.9.2
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-mail/mail v2.3.1+incompatible
github.com/go-playground/assert/v2 v2.0.1
github.com/gosimple/slug v1.9.0
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/lib/pq v1.7.0
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/nathanstitt/webpacking v0.0.0-20181127003608-c4aefc428777
github.com/onsi/ginkgo v1.13.0
github.com/onsi/gomega v1.10.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.0
github.com/urfave/cli v1.22.4
github.com/vattle/sqlboiler v2.5.0+incompatible
github.com/volatiletech/null/v8 v8.1.0
github.com/volatiletech/randomize v0.0.1
github.com/volatiletech/sqlboiler/v4 v4.1.2
github.com/volatiletech/strmangle v0.0.1
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
)