-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.23 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
module github.com/ryakosh/wishlist
go 1.14
require (
github.com/99designs/gqlgen v0.11.3
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/alexedwards/argon2id v0.0.0-20200522061839-9369edc04b05
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.3.0
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/matcornic/hermes/v2 v2.1.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/vektah/gqlparser/v2 v2.0.1
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
)