-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathgo.mod
39 lines (36 loc) · 1.43 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
32
33
34
35
36
37
38
39
module github.com/nyaruka/goflow
go 1.19
require (
github.com/Masterminds/semver v1.5.0
github.com/Shopify/gomail v0.0.0-20220729171026-0784ece65e69
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220527190237-ee62e23da966
github.com/blevesearch/segment v0.9.0
github.com/buger/jsonparser v1.1.1
github.com/nyaruka/gocommon v1.32.2
github.com/nyaruka/phonenumbers v1.1.2
github.com/olivere/elastic/v7 v7.0.32
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.2.0
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.1
golang.org/x/exp v0.0.0-20221004215720-b9f4876ce741
golang.org/x/net v0.1.0
golang.org/x/text v0.4.0
gopkg.in/go-playground/validator.v9 v9.31.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.1 // indirect
github.com/go-chi/chi v4.1.2+incompatible // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/gofrs/uuid v4.3.0+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)