forked from nyaruka/goflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
25 lines (24 loc) · 1.04 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
module github.com/nyaruka/goflow
require (
github.com/Masterminds/semver v1.4.2
github.com/antlr/antlr4 v0.0.0-20181218183534-70d9ddcd0a58
github.com/buger/jsonparser v0.0.0-20180131123142-4be68c93a244
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/go-playground/locales v0.11.2 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/nyaruka/gocommon v0.2.0
github.com/nyaruka/phonenumbers v1.0.35
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sergi/go-diff v1.0.0
github.com/shopspring/decimal v0.0.0-20180319170823-2df3e6ddaf6e
github.com/stretchr/testify v1.2.1
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
golang.org/x/text v0.3.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.12.0
)