forked from kiali/kiali
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.18 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
module github.com/kiali/kiali
go 1.14
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jaegertracing/jaeger v1.15.1
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mitchellh/mapstructure v1.4.0
github.com/nitishm/engarde v0.1.1
github.com/openshift/api v0.0.0-20200221181648-8ce0047d664f
github.com/pborman/uuid v1.2.1 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/common v0.15.0
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.6.1
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
google.golang.org/grpc v1.33.1
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
)