-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.76 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
32
33
module github.com/corpix/wscat
go 1.12
require (
github.com/Shopify/sarama v0.0.0-20180316135337-5e8fd95863bd // indirect
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
github.com/bitly/go-nsq v0.0.0-20171030000502-8c1ff52dff6f // indirect
github.com/corpix/formats v0.0.0-20180318014633-ca6b86539565 // indirect
github.com/corpix/loggers v0.0.0-20180220195208-6428ebad5a5e
github.com/cryptounicorns/queues v0.0.0-20180323221646-47d8c29d09bf
github.com/cryptounicorns/websocket v0.0.0-20180323221001-47bdc6354535 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eapache/go-resiliency v0.0.0-20180101203313-ef9aaa7ea8bd // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934 // indirect
github.com/eapache/queue v0.0.0-20180227141424-093482f3f8ce // indirect
github.com/gorilla/websocket v0.0.0-20180306181548-eb925808374e // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.0.0-20170918210437-9fafd6967416 // indirect
github.com/nsqio/go-nsq v1.0.8 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pierrec/lz4 v0.0.0-20180113151703-ed8d4cc3b461 // indirect
github.com/pierrec/xxHash v0.0.0-20170714082455-a0006b13c722 // indirect
github.com/rcrowley/go-metrics v0.0.0-20180125231941-8732c616f529 // indirect
github.com/sirupsen/logrus v0.0.0-20180315010703-90150a8ed11b // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/urfave/cli v0.0.0-20180226030253-8e01ec4cd3e2
golang.org/x/crypto v0.0.0-20180322175230-88942b9c40a4 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)