forked from ovh/erlenmeyer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
44 lines (42 loc) · 1.92 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
module github.com/ovh/erlenmeyer
go 1.12
require (
github.com/Jamesxql/at v0.0.0-20171008114025-1bbb98306f3f
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/getsentry/sentry-go v0.7.0
github.com/go-kit/kit v0.7.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/go-stack/stack v1.7.0 // indirect
github.com/gogo/protobuf v1.2.1
github.com/golang/snappy v0.0.1
github.com/gorilla/schema v1.0.2
github.com/grpc-ecosystem/grpc-gateway v1.4.1 // indirect
github.com/influxdata/influxql v0.0.0-20180925231337-1cbfca8e56b6
github.com/kr/pretty v0.2.0 // indirect
github.com/labstack/echo/v4 v4.1.11
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/oklog/ulid v1.0.0 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39
github.com/prometheus/procfs v0.0.3 // indirect
github.com/prometheus/prometheus v2.3.2+incompatible
github.com/prometheus/tsdb v0.0.0-20180711112126-99a2c4314ff7 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.6.1 // indirect
github.com/willf/pad v0.0.0-20160331131008-b3d780601022
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
google.golang.org/grpc v1.19.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)