forked from pace/bricks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
47 lines (44 loc) · 2.14 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/pace/bricks
go 1.12
require (
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/caarlos0/env v3.3.0+incompatible
github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261 // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/dave/jennifer v1.0.2
github.com/getkin/kin-openapi v0.0.0-20180813063848-e1956e8013e5
github.com/getsentry/raven-go v0.0.0-20180903072508-084a9de9eb03
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-pg/pg v6.14.5+incompatible
github.com/go-redis/redis v6.14.1+incompatible
github.com/google/jsonapi v0.0.0-20181016150055-d0428f63eb51
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/mattn/go-isatty v0.0.8
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/opentracing/opentracing-go v1.0.2
github.com/pmezard/go-difflib v1.0.0
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-20180725123919-05ee40e3a273 // indirect
github.com/rs/zerolog v1.17.2
github.com/shopspring/decimal v0.0.0-20200105231215-408a2507e114
github.com/sony/gobreaker v0.4.1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.2 // indirect
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a
github.com/stretchr/testify v1.4.0
github.com/uber-go/atomic v1.3.2 // indirect
github.com/uber/jaeger-client-go v2.14.0+incompatible
github.com/uber/jaeger-lib v1.5.0
github.com/zenazn/goji v0.9.0
go.uber.org/atomic v1.3.2 // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
)
replace github.com/streadway/handy => github.com/Teelevision/handy v0.0.0-20190809134549-d074bcaebcac