-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 811 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/derrick-gopher/dash
go 1.16
require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/basgys/goxml2json v1.1.0
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/hashicorp/go-retryablehttp v0.6.7
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/kyokomi/emoji/v2 v2.2.8
github.com/olekukonko/tablewriter v0.0.4
github.com/rs/xid v1.2.1
github.com/satori/go.uuid v1.2.0
github.com/segmentio/kafka-go v0.4.2
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.1
github.com/tidwall/gjson v1.8.1
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)