-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.mod
20 lines (19 loc) · 893 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/go-kafka/connect
require (
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kisielk/errcheck v1.2.0
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mitchellh/gox v1.0.1
github.com/onsi/ginkgo v1.6.0
github.com/onsi/gomega v1.4.2
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
gopkg.in/alecthomas/kingpin.v2 v2.2.2
)