-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
34 lines (32 loc) · 1.45 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
34
module github.com/amagimedia/judo/v3
go 1.16
require (
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/armon/go-metrics v0.3.6 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/brianolson/cbor_go v1.0.0 // indirect
github.com/customerio/gospec v0.0.0-20130710230057-a5cc0e48aa39 // indirect
github.com/garyburd/redigo v1.6.2 // indirect
github.com/go-mangos/mangos v1.4.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/google/uuid v1.2.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jrallison/go-workers v0.0.0-20180112190529-dbf81d0b75bb
github.com/lib/pq v1.10.0 // indirect
github.com/nats-io/gnatsd v1.4.0 // indirect
github.com/nats-io/go-nats v1.5.0
github.com/nats-io/go-nats-streaming v0.4.0
github.com/nats-io/nats-streaming-server v0.21.1 // indirect
github.com/onsi/gomega v1.11.0 // indirect
github.com/orfjackal/nanospec.go v0.0.0-20120727230329-de4694c1d701 // indirect
github.com/pubnub/go v4.10.0+incompatible
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
nanomsg.org/go-mangos v1.4.0
)