This repository has been archived by the owner on Feb 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
32 lines (30 loc) · 1.53 KB
/
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
27
28
29
30
31
32
// +heroku goVersion 1.11
// +heroku install ./cmd/...
module github.com/Xe/printerfacts
require (
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/Xe/ln v0.1.2
github.com/axiomhq/hyperloglog v0.0.0-20180317131949-fe9507de0228 // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
github.com/go-kit/kit v0.7.0
github.com/go-logfmt/logfmt v0.3.0 // indirect
github.com/go-stack/stack v1.7.0 // indirect
github.com/golang/protobuf v1.1.0
github.com/heroku/x v0.0.0-20180719221634-1de401e1ba0e
github.com/influxdata/influxdb v1.6.1 // indirect
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_golang v0.8.0 // indirect
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-20180725123919-05ee40e3a273 // indirect
github.com/rakyll/statik v0.1.3
github.com/segmentio/backo-go v0.0.0-20160424052352-204274ad699c // indirect
github.com/twitchtv/twirp v5.4.2+incompatible
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
golang.org/x/net v0.0.0-20180811021610-c39426892332
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
gopkg.in/segmentio/analytics-go.v3 v3.0.0-20180814014620-14e03163be03
)