-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathgo.mod
31 lines (29 loc) · 1.37 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
module github.com/xitonix/trubka
go 1.15
require (
github.com/Shopify/sarama v1.27.2
github.com/alecthomas/chroma v0.7.3
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/brianvoe/gofakeit/v4 v4.3.0
github.com/dustin/go-humanize v1.0.0
github.com/go-openapi/errors v0.19.6 // indirect
github.com/go-openapi/strfmt v0.19.5 // indirect
github.com/golang/protobuf v1.4.2
github.com/google/btree v1.0.0 // indirect
github.com/jedib0t/go-pretty v1.0.1-0.20200513162803-d24d83bda5d4
github.com/jhump/protoreflect v1.7.0
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
go.mongodb.org/mongo-driver v1.3.5 // indirect
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
google.golang.org/genproto v0.0.0-20200724131911-43cab4749ae7 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)