-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 798 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
module github.com/kolbis/corego
go 1.15
require (
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/go-kit/kit v0.10.0
github.com/gocql/gocql v0.0.0-20201024154641-5913df4d474e
github.com/google/uuid v1.1.2
github.com/hashicorp/consul/api v1.7.0
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
github.com/mitchellh/mapstructure v1.3.3
github.com/openzipkin/zipkin-go v0.2.5
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pingcap/go-ycsb v0.0.0-20200226103513-00ca633a87d8
github.com/prometheus/client_golang v1.8.0
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1
go.uber.org/zap v1.16.0
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
)