forked from microservices-demo/catalogue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
33 lines (32 loc) · 825 Bytes
/
glide.yaml
File metadata and controls
33 lines (32 loc) · 825 Bytes
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
package: github.com/dynatrace-sockshop/catalogue
import:
- package: github.com/go-kit/kit
version: v0.4.0
subpackages:
- endpoint
- log
- metrics
- metrics/prometheus
- tracing/opentracing
- transport/http
- circuitbreaker
- package: github.com/go-sql-driver/mysql
- package: github.com/jmoiron/sqlx
- package: github.com/gorilla/mux
- package: github.com/opentracing/opentracing-go
- package: github.com/openzipkin/zipkin-go-opentracing
- package: github.com/prometheus/client_golang
subpackages:
- prometheus
- prometheus/promhttp
- package: github.com/sony/gobreaker
- package: github.com/afex/hystrix-go
subpackages:
- hystrix
- package: github.com/felixge/httpsnoop
- package: github.com/weaveworks/common
subpackages:
- middleware
- package: golang.org/x/net
subpackages:
- context