-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
25 lines (23 loc) · 890 Bytes
/
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
module github.com/gojek/kat
go 1.15
require (
bou.ke/monkey v1.0.2
github.com/Shopify/sarama v1.27.2
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd
github.com/mattn/go-runewidth v0.0.5 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.1
github.com/pkg/errors v0.9.1
github.com/r3labs/diff v0.0.0-20191018104334-e3ae93f4edbb
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.6.1
go.uber.org/goleak v1.1.10
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
golang.org/x/tools v0.1.5 // indirect
)