-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 927 Bytes
/
go.mod
File metadata and controls
26 lines (24 loc) · 927 Bytes
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
module github.com/vaksi/messaging
go 1.12
require (
github.com/Shopify/sarama v1.22.1
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/google/go-cmp v0.3.0 // indirect
github.com/gorilla/mux v1.7.2
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pressly/goose v2.6.0+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/spf13/cobra v0.0.4
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
github.com/urfave/negroni v1.0.0
google.golang.org/appengine v1.6.0 // indirect
gotest.tools v2.2.0+incompatible
)