-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.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
)