-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathgo.mod
16 lines (15 loc) · 802 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/Remitly/chi-prometheus
require (
github.com/766b/chi-prometheus v0.0.0-20180509160047-46ac2b31aa30
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/go-chi/chi v3.3.3+incompatible
github.com/golang/protobuf v1.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180920065004-418d78d0b9a7 // indirect
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
golang.org/x/text v0.3.0 // indirect
)