module github.com/estafette/estafette-foundation go 1.12 require ( github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/fsnotify/fsnotify v1.4.7 github.com/golang/protobuf v1.3.5 // indirect github.com/google/uuid v1.1.1 github.com/kr/pretty v0.1.0 // indirect github.com/logrusorgru/aurora v0.0.0-20191116043053-66b7ad493a23 github.com/opentracing/opentracing-go v1.1.0 // indirect github.com/prometheus/client_golang v0.9.2 github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect github.com/prometheus/common v0.2.0 // indirect github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 // indirect github.com/rs/zerolog v1.17.2 github.com/stretchr/testify v1.4.0 github.com/uber/jaeger-client-go v2.20.1+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect go.uber.org/atomic v1.5.1 // indirect golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect )