-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (25 loc) · 1.1 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
module goddd-boilerplate
require (
cloud.google.com/go v0.39.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/labstack/echo/v4 v4.1.5
github.com/leodido/go-urn v1.1.0 // indirect
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
github.com/pkg/errors v0.8.1
github.com/si3nloong/goloquent v0.0.0-20190427072153-8e6b2bc69ed7
github.com/thoas/go-funk v0.4.0
github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.0.2
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.28.0
gopkg.in/square/go-jose.v2 v2.3.1
)