-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 1011 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
module github.com/dikaeinstein/job-runner
go 1.13
require (
github.com/adjust/gocheck v0.0.0-20131111155431-fbc315b36e0e // indirect
github.com/adjust/rmq v1.0.1-0.20190717132057-507bf3188049
github.com/adjust/uniuri v0.0.0-20130923163420-498743145e60 // indirect
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-redis/redis v6.15.5+incompatible
github.com/google/go-cmp v0.3.1
github.com/leodido/go-urn v1.1.0 // indirect
github.com/nats-io/nats-server/v2 v2.1.0 // indirect
github.com/nats-io/nats.go v1.8.1
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.0
gopkg.in/redis.v3 v3.6.4
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)