-
Notifications
You must be signed in to change notification settings - Fork 33
/
go.mod
50 lines (48 loc) · 2.26 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
48
49
50
module github.com/ImpactInsights/valuestream
go 1.12
require (
contrib.go.opencensus.io/exporter/prometheus v0.1.0
github.com/DataDog/datadog-go v3.5.0+incompatible // indirect
github.com/andygrunwald/go-jira v1.11.1
github.com/go-kit/kit v0.9.0 // indirect
github.com/gocarina/gocsv v0.0.0-20191214001331-e6697589f2e0
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/jinzhu/now v1.1.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743 // indirect
github.com/lightstep/lightstep-tracer-go v0.16.0
github.com/montanaflynn/stats v0.5.0
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.6.0
github.com/prometheus/procfs v0.0.3 // indirect
github.com/rs/xid v1.2.1
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/tinylib/msgp v1.1.2 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
github.com/urfave/cli v1.22.2
github.com/urfave/cli/v2 v2.0.0
github.com/xanzy/go-gitlab v0.22.3-0.20200102103816-06240ff74b1b
go.opencensus.io v0.22.2
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
google.golang.org/grpc v1.22.0 // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.23.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)