-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 751 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/chainflow/celo
go 1.14
require (
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
github.com/leodido/go-urn v1.2.0 // indirect
github.com/sendgrid/rest v2.6.0+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.6.0+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.7.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/sys v0.0.0-20191115151921-52ab43148777 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/yaml.v2 v2.2.5 // indirect
)