-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
80 lines (78 loc) · 3.32 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
module github.com/vseinstrumentiru/lego/v2
go 1.16
require (
cloud.google.com/go/container v1.0.0 // indirect
cloud.google.com/go/monitoring v1.0.0 // indirect
cloud.google.com/go/trace v1.0.0 // indirect
contrib.go.opencensus.io/exporter/jaeger v0.2.1
contrib.go.opencensus.io/exporter/ocagent v0.7.0
contrib.go.opencensus.io/exporter/prometheus v0.4.0
contrib.go.opencensus.io/integrations/ocsql v0.1.7
emperror.dev/emperror v0.33.0
emperror.dev/errors v0.8.0
github.com/AppsFlyer/go-sundheit v0.5.0
github.com/AppsFlyer/go-sundheit/opencensus v0.0.0-20210815135105-b87b5e51e25b
github.com/Shopify/sarama v1.30.0
github.com/ThreeDotsLabs/watermill v1.1.1
github.com/ThreeDotsLabs/watermill-kafka v1.0.1
github.com/ThreeDotsLabs/watermill-nats v1.0.5
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
github.com/cloudflare/tableflip v1.2.2
github.com/dave/jennifer v1.4.1
github.com/fatih/color v1.13.0 // indirect
github.com/frankban/quicktest v1.13.1 // indirect
github.com/getsentry/raven-go v0.2.0
github.com/go-kit/kit v0.12.0
github.com/go-resty/resty/v2 v2.6.0
github.com/go-sql-driver/mysql v1.6.0
github.com/google/go-cmp v0.5.6
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/iancoleman/strcase v0.1.2
github.com/jackc/pgx/v4 v4.10.1
github.com/lebrains/gomongowrapper v0.0.0-20201208100026-f83272f79c09
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mitchellh/mapstructure v1.4.2
github.com/nats-io/nats-streaming-server v0.20.0 // indirect
github.com/nats-io/nats.go v1.12.3
github.com/nats-io/stan.go v0.8.1
github.com/newrelic/go-agent/v3 v3.15.0
github.com/newrelic/go-agent/v3/integrations/nrgorilla v1.1.1
github.com/newrelic/go-agent/v3/integrations/nrpkgerrors v1.0.1
github.com/newrelic/newrelic-opencensus-exporter-go v0.4.0
github.com/newrelic/newrelic-telemetry-sdk-go v0.8.1 // indirect
github.com/oklog/run v1.1.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.31.1 // indirect
github.com/prometheus/statsd_exporter v0.22.2 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/rs/zerolog v1.25.0
github.com/sagikazarmark/appkit v0.12.0
github.com/sagikazarmark/ocmux v0.2.0
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.23.0
go.uber.org/dig v1.12.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211006190231-62292e806868 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/tools v0.1.5
google.golang.org/api v0.58.0 // indirect
google.golang.org/genproto v0.0.0-20211005153810-c76a74d43a8e // indirect
google.golang.org/grpc v1.41.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gotest.tools v2.2.0+incompatible
logur.dev/adapter/zerolog v0.6.0
logur.dev/integration/watermill v0.5.0
logur.dev/logur v0.17.0
sagikazarmark.dev/mga v0.4.2
sigs.k8s.io/controller-tools v0.4.1
)