module github.com/RichardKnop/machinery require ( github.com/RichardKnop/logging v0.0.0-20180729160517-75cec7213f7c github.com/RichardKnop/redsync v1.2.0 github.com/aws/aws-sdk-go v1.15.49 github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737 github.com/davecgh/go-spew v1.1.1 // indirect github.com/garyburd/redigo v2.0.0+incompatible // indirect github.com/gomodule/redigo v2.0.0+incompatible github.com/google/uuid v1.0.0 github.com/gopherjs/gopherjs v0.0.0-20181004151105-1babbf986f6f // indirect github.com/jtolds/gls v4.2.1+incompatible // indirect github.com/kelseyhightower/envconfig v1.3.0 github.com/opentracing/opentracing-go v1.0.2 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect github.com/streadway/amqp v0.0.0-20180806233856-70e15c650864 github.com/stretchr/testify v1.2.2 github.com/stvp/tempredis v0.0.0-20160122230306-83f7aae7ea49 // indirect github.com/urfave/cli v1.20.0 golang.org/x/net v0.0.0-20181005035420-146acd28ed58 // indirect golang.org/x/text v0.3.0 // indirect gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce gopkg.in/yaml.v2 v2.2.1 )