-
Notifications
You must be signed in to change notification settings - Fork 29
/
go.mod
37 lines (35 loc) · 1.37 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
35
36
37
module github.com/moleculer-go/moleculer
go 1.12
require (
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-uuid v1.0.2
github.com/hashicorp/raft v1.0.1 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/moleculer-go/cupaloy/v2 v2.5.2
github.com/moleculer-go/goemitter v1.0.3
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/go-nats-streaming v0.4.2
github.com/nats-io/nats-streaming-server v0.14.1 // indirect
github.com/nats-io/nkeys v0.0.2 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.10.1
github.com/pkg/errors v0.9.1
github.com/prometheus/procfs v0.0.0-20190503130316-740c07785007 // indirect
github.com/segmentio/kafka-go v0.4.18
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.2
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
github.com/tidwall/gjson v1.9.3
github.com/tidwall/sjson v1.0.4
github.com/tklauser/go-sysconf v0.3.13 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.etcd.io/bbolt v1.3.2 // indirect
go.mongodb.org/mongo-driver v1.5.2
golang.org/x/net v0.17.0
)