-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 966 Bytes
/
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
module machinery_worker
require (
cloud.google.com/go/pubsub v1.2.0
github.com/RichardKnop/logging v0.0.0-20190827224416-1a693bdd4fae
github.com/RichardKnop/machinery v1.8.6
github.com/RichardKnop/redsync v1.2.0
github.com/aws/aws-sdk-go v1.29.15
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis v6.15.7+incompatible
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/uuid v1.1.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.7.0
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.2
go.mongodb.org/mongo-driver v1.3.0
gopkg.in/yaml.v2 v2.2.8
)
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
go 1.13