-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
21 lines (19 loc) · 806 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module chainflow-vitwit
go 1.13
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/influxdb-client-go v0.1.5 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
github.com/joho/godotenv v1.3.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/prometheus/client_golang v1.4.1 // indirect
github.com/robfig/cron v1.2.0 // indirect
github.com/sendgrid/rest v2.4.1+incompatible
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.6.2
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/text v0.3.2
gopkg.in/go-playground/validator.v9 v9.31.0
)