-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
44 lines (41 loc) · 1.86 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/kafkaesque-io/pulsar-monitor
go 1.13
require (
github.com/antonmedv/expr v1.8.8
github.com/apache/pulsar-client-go v0.3.0
github.com/apache/pulsar-client-go/oauth2 v0.0.0-20201202064457-9fe66edefe0d // indirect
github.com/apex/log v1.9.0
github.com/danieljoos/wincred v1.1.0 // indirect
github.com/dvsekhvalnov/jose2go v0.0.0-20201001154944-b09cfaf05951 // indirect
github.com/frankban/quicktest v1.10.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/golang/snappy v0.0.2 // indirect
github.com/google/gops v0.3.10
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-retryablehttp v0.6.4
github.com/imdario/mergo v0.3.6 // indirect
github.com/keybase/go-keychain v1.1.6
github.com/klauspost/compress v1.11.3 // indirect
github.com/linkedin/goavro/v2 v2.10.0 // indirect
github.com/newrelic/go-insights v1.0.3
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/common v0.15.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/yahoo/athenz v1.9.25 // indirect
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 // indirect
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
k8s.io/api v0.18.5
k8s.io/apimachinery v0.18.5
k8s.io/client-go v0.18.5
k8s.io/metrics v0.18.5
k8s.io/utils v0.0.0-20200619165400-6e3d28b6ed19 // indirect
)
replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4