forked from unbxd/go-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 960 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
module github.com/unbxd/go-base
go 1.12
require (
github.com/DataDog/datadog-go v2.3.0+incompatible
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/dimfeld/httptreemux/v5 v5.0.2
github.com/go-kit/kit v0.9.0
github.com/go-playground/validator/v10 v10.2.0
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2 // indirect
github.com/nats-io/nats-server v1.4.1 // indirect
github.com/nats-io/nats-server/v2 v2.1.6 // indirect
github.com/nats-io/nats.go v1.9.2
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0
github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e
github.com/satori/go.uuid v1.2.0
github.com/segmentio/kafka-go v0.3.5
github.com/unbxd/hystrix-go v0.0.0-20191020153754-f2b80b31a977
go.elastic.co/apm/module/apmhttp v1.8.0
go.uber.org/multierr v1.5.0 // indirect
go.uber.org/zap v1.10.0
)