forked from istio/pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (30 loc) · 1.17 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
module istio.io/pkg
go 1.12
replace github.com/golang/glog => github.com/istio/glog v0.0.0-20190424172949-d7cfb6fa2ccd
replace github.com/spf13/viper => github.com/istio/viper v1.3.3-0.20190515210538-2789fed3109c
require (
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/ghodss/yaml v1.0.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/gorilla/mux v1.7.1
github.com/hashicorp/go-multierror v1.0.0
github.com/howeyc/fsnotify v0.9.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/onsi/gomega v1.5.0
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
github.com/prometheus/prom2json v1.1.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
go.opencensus.io v0.20.1
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
google.golang.org/grpc v1.20.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.2.2
istio.io/api v0.0.0-20190515205759-982e5c3888c6
)