module github.com/michaelklishin/rabbit-hole require ( github.com/golang/protobuf v1.3.2 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/onsi/ginkgo v1.8.0 github.com/onsi/gomega v1.5.0 github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94 golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20190718200317-82a3ea8a504c // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 // indirect )